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 48643bf commit cc9a2daCopy full SHA for cc9a2da
FirebaseCore/Sources/FIRApp.m
@@ -232,7 +232,8 @@ + (FIRApp *)defaultApp {
232
@"application initialization. This can be done in "
233
@"in the App Delegate's application(_:didFinishLaunchingWithOptions:)` "
234
@"(or the `@main` struct's initializer in SwiftUI). "
235
- @"Read more: https://goo.gl/ctyzm8.");
+ @"Read more: "
236
+ @"https://firebase.google.com/docs/ios/setup#initialize_firebase_in_your_app");
237
return nil;
238
}
239
0 commit comments