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 d9b7175 commit e6642ecCopy full SHA for e6642ec
packages/firestore/ios/RNFBFirestore/RNFBFirestoreCommon.m
@@ -47,7 +47,7 @@ + (FIRFirestore *)getFirestoreForApp:(FIRApp *)app databaseId:(NSString *)databa
47
appName:[RNFBSharedUtils getAppJavaScriptName:app.name]
48
databaseId:databaseId];
49
50
- instanceCache[[app name]] = instance;
+ instanceCache[firestoreKey] = instance;
51
52
return instance;
53
}
0 commit comments