We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2473da commit fa2918aCopy full SHA for fa2918a
FirebaseUI/Auth/AuthProviderUI/Facebook/Source/FIRFacebookAuthUI.h
@@ -28,13 +28,13 @@ NS_ASSUME_NONNULL_BEGIN
28
/** @property appId
29
@brief The Facebook App ID.
30
*/
31
-@property(nonatomic, copy, readonly) NSString *appID;
+@property(nonatomic, readonly, copy) NSString *appID;
32
33
/** @property scopes
34
@brief The scopes to use with Facebook Login.
35
@remarks Defaults to using "email" scopes.
36
37
-@property(nonatomic, copy, readonly) NSArray<NSString *> *scopes;
+@property(nonatomic, readonly, copy) NSArray<NSString *> *scopes;
38
39
/** @fn init
40
@brief Please use initWithAppId:
0 commit comments