Skip to content

Commit

Permalink
Updated string to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimike committed Dec 1, 2015
1 parent 22e05fc commit d22dbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseUI/Auth/API/FirebaseLoginButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

/**
* Creates a button styled for the appropriate provider.
* @param provider A string representing the desired identity provider to log in with
* @param provider An enum representing the desired identity provider to log in with
* @return FirebaseLoginButton
*/
- (instancetype)initWithProvider:(FAuthProvider)provider;
Expand Down

0 comments on commit d22dbb3

Please sign in to comment.