Skip to content

Update error messages to be Swift friendly. #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 30, 2017

Conversation

ryanwilson
Copy link
Member

Error messages should include Swift references on top of the
Objective-C references.

Fixes issue #39

Error messages should include Swift references on top of the
Objective-C references.
Copy link
Member

@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@"`[FIRApp configure];` is called in "
@"`application:didFinishLaunchingWithOptions:`."];
@"`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) in the App "
@"Delegate's `application:didFinishLaunchingWithOptions:`."];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to refer to the Swift method name for the app delegate method as well here as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! I'll add it.

@ryanwilson ryanwilson merged commit 0d2a421 into master May 30, 2017
@ryanwilson ryanwilson deleted the rw-swift-error-messages branch May 30, 2017 16:19
minafarid pushed a commit to minafarid/firebase-ios-sdk that referenced this pull request Jun 6, 2018
* Update error messages to be Swift friendly.

Error messages should include Swift references on top of the
Objective-C references.

* Add semicolon to [FIRApp configure] for consistency.

* Add Swift reference for application(_:didFinishLaunchingWithOptions:)
@firebase firebase locked and limited conversation to collaborators Nov 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants