Skip to content

Commit 10cd469

Browse files
committed
Dry up
1 parent 45534ef commit 10cd469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase-aware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818

1919
const ADMIN_APP_NAME = "firebase-frameworks";
2020
const adminApp = getApps().find(it => it.name === ADMIN_APP_NAME) ||
21-
initializeAdminApp(undefined, "firebase-frameworks");
21+
initializeAdminApp(undefined, ADMIN_APP_NAME);
2222
const adminAuth = getAdminAuth(adminApp);
2323

2424
const firebaseAppsLRU = new LRU<string, FirebaseApp>({

0 commit comments

Comments
 (0)