You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log('error',`${app.name} Firebase App already initialized with different options${hmr ? ', you may need to reload as Firebase is not HMR aware.' : '.'}`);
log('error',`${app.name} Firebase App already initialized with different options${hmr ? ', you may need to reload as Firebase is not HMR aware.' : '.'}`);
50
+
}
51
+
}catch(e){}
50
52
returnapp;
51
53
}
52
54
@@ -66,17 +68,19 @@ globalThis.ɵAngularfireInstanceCache ||= new Map();
log('error',`${moduleName} was already initialized on the ${app.name} Firebase App instance with different settings.${hmr ? ' You may need to reload as Firebase is not HMR aware.' : ''}`);
75
82
}
76
-
})){
77
-
consthmr=!!(moduleasany).hot;
78
-
log('error',`${moduleName} was already initialized on the ${app.name} Firebase App instance with different settings.${hmr ? ' You may need to reload as Firebase is not HMR aware.' : ''}`);
0 commit comments