Skip to content

Commit d22dbb3

Browse files
committed
Updated string to enum
1 parent 22e05fc commit d22dbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseUI/Auth/API/FirebaseLoginButton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
/**
5050
* Creates a button styled for the appropriate provider.
51-
* @param provider A string representing the desired identity provider to log in with
51+
* @param provider An enum representing the desired identity provider to log in with
5252
* @return FirebaseLoginButton
5353
*/
5454
- (instancetype)initWithProvider:(FAuthProvider)provider;

0 commit comments

Comments
 (0)