Skip to content

Commit

Permalink
Fix incorrect deprecation message (firebase#688)
Browse files Browse the repository at this point in the history
* Fix incorrect deprecation message for Obj-C and Swift
  • Loading branch information
revolter authored and paulb777 committed Jan 25, 2018
1 parent e5745d1 commit f027214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firebase/Auth/Source/Public/FIREmailAuthProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
extern NSString *const FIREmailAuthProviderID NS_SWIFT_NAME(EmailAuthProviderID);

/**
@brief please use `FIREmailAuthProviderID` instead.
@brief Please use `FIREmailAuthProviderID` for Objective-C or `EmailAuthProviderID` for Swift instead.
*/
extern NSString *const FIREmailPasswordAuthProviderID __attribute__((deprecated));

Expand Down

0 comments on commit f027214

Please sign in to comment.