Skip to content

Commit cc9a2da

Browse files
authored
[Core] Update log message from deprecated goo.gl link (#13383)
1 parent 48643bf commit cc9a2da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseCore/Sources/FIRApp.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ + (FIRApp *)defaultApp {
232232
@"application initialization. This can be done in "
233233
@"in the App Delegate's application(_:didFinishLaunchingWithOptions:)` "
234234
@"(or the `@main` struct's initializer in SwiftUI). "
235-
@"Read more: https://goo.gl/ctyzm8.");
235+
@"Read more: "
236+
@"https://firebase.google.com/docs/ios/setup#initialize_firebase_in_your_app");
236237
return nil;
237238
}
238239

0 commit comments

Comments
 (0)