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 899d3c0 commit 045154bCopy full SHA for 045154b
ios/Firestack/Firestack.m
@@ -239,7 +239,9 @@ - (FIRApp *) firebaseApp
239
240
// if (!self.configured) {
241
242
- [FIRApp configureWithOptions:finalOptions];
+ if ([FIRApp defaultApp] == NULL) {
243
+ [FIRApp configureWithOptions:finalOptions];
244
+ }
245
[Firestack initializeFirestack:self];
246
callback(@[[NSNull null], props]);
247
}
0 commit comments