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
console.warn(`Firebase API called outside injection context: ${operation}(${original})`);
84
+
console.warn(`Firebase API called outside injection context: ${operation}(${original.name})`);
85
85
if(!alreadyWarned){
86
86
alreadyWarned=true;
87
87
console.error("Calling Firebase APIs outside of an Injection context may destabilize your application leading to subtle change-detection and hydration bugs. Find more at https://github.com/angular/angularfire/blob/main/docs/zones.md");
0 commit comments