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 d5635c1 commit 5822a5aCopy full SHA for 5822a5a
FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h
@@ -32,7 +32,8 @@ NS_SWIFT_NAME(FirebaseOptions)
32
33
/**
34
* An iOS API key used for authenticating requests from your app, e.g.
35
- * @"AIzaSyDdVgKwhZl0sTTTLZ7iTmt1r3N2cJLnaDk", used to identify your app to Google servers.
+ * The key must begin with "A" and contain exactly 39 alphanumeric characters, used to identify your
36
+ * app to Google servers.
37
*/
38
@property(nonatomic, copy, nullable) NSString *APIKey NS_SWIFT_NAME(apiKey);
39
0 commit comments