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.
FIROptions.h
1 parent e980b72 commit 0fe05a8Copy full SHA for 0fe05a8
FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h
@@ -38,7 +38,7 @@ NS_SWIFT_NAME(FirebaseOptions)
38
@property(nonatomic, copy, nullable) NSString *APIKey NS_SWIFT_NAME(apiKey);
39
40
/**
41
- * The bundle ID for the application. Defaults to `Bundle.mainBundle.bundleID()` when not set
+ * The bundle ID for the application. Defaults to `Bundle.main.bundleIdentifier` when not set
42
* manually or in a plist.
43
*/
44
@property(nonatomic, copy) NSString *bundleID;
0 commit comments