Skip to content

Commit 5822a5a

Browse files
authored
[Security] Change APIKey documentation (#9088)
1 parent d5635c1 commit 5822a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ NS_SWIFT_NAME(FirebaseOptions)
3232

3333
/**
3434
* An iOS API key used for authenticating requests from your app, e.g.
35-
* @"AIzaSyDdVgKwhZl0sTTTLZ7iTmt1r3N2cJLnaDk", used to identify your app to Google servers.
35+
* The key must begin with "A" and contain exactly 39 alphanumeric characters, used to identify your
36+
* app to Google servers.
3637
*/
3738
@property(nonatomic, copy, nullable) NSString *APIKey NS_SWIFT_NAME(apiKey);
3839

0 commit comments

Comments
 (0)