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 45534ef commit 10cd469Copy full SHA for 10cd469
src/firebase-aware.ts
@@ -18,7 +18,7 @@ import {
18
19
const ADMIN_APP_NAME = "firebase-frameworks";
20
const adminApp = getApps().find(it => it.name === ADMIN_APP_NAME) ||
21
- initializeAdminApp(undefined, "firebase-frameworks");
+ initializeAdminApp(undefined, ADMIN_APP_NAME);
22
const adminAuth = getAdminAuth(adminApp);
23
24
const firebaseAppsLRU = new LRU<string, FirebaseApp>({
0 commit comments