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 4695446 commit dc00787Copy full SHA for dc00787
FirebaseInstallations/Source/Tests/Integration/FIRInstallationsIntegrationTests.m
@@ -205,7 +205,7 @@ - (FIRApp *)createAndConfigureAppWithName:(NSString *)name {
205
FIROptions *options =
206
[[FIROptions alloc] initWithGoogleAppID:@"1:100000000000:ios:aaaaaaaaaaaaaaaaaaaaaaaa"
207
GCMSenderID:@"valid_sender_id"];
208
- options.APIKey = @"some_api_key";
+ options.APIKey = @"APIKeyWithValidFormat1920404502934lksfj";
209
options.projectID = @"project_id";
210
[FIRApp configureWithName:name options:options];
211
0 commit comments