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 3ea2118 commit cbcdee5Copy full SHA for cbcdee5
FirebaseAuthUI/FirebaseAuthUITests/FUIAuthTest.m
@@ -105,6 +105,7 @@ - (void)setUp {
105
if ([FIRApp defaultApp] == nil) {
106
FIROptions *options = [[FIROptions alloc] initWithGoogleAppID:@"1:1069647793992:ios:91eecf4730fc920b"
107
GCMSenderID:@"1069647793992"];
108
+ options.APIKey = @"fakeAPIKey";
109
[FIRApp configureWithOptions:options];
110
}
111
0 commit comments