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
The app is currently connected to two Firebase apps at once. This is something that our Angular/Firebase dependency, AngularFire, doesn't really have a standardized/"official" way to do, so I've been using the community-suggested workaround here: angular/angularfire#1026 (comment)
But it causes some errors with testing, as well as some more high-level worries, see here: angular/angularfire#2555
It * works * but may not be sustainable, since the solution smells janky. Will try to get AngularFire's attention first
The text was updated successfully, but these errors were encountered:
The app is currently connected to two Firebase apps at once. This is something that our Angular/Firebase dependency, AngularFire, doesn't really have a standardized/"official" way to do, so I've been using the community-suggested workaround here: angular/angularfire#1026 (comment)
But it causes some errors with testing, as well as some more high-level worries, see here: angular/angularfire#2555
It * works * but may not be sustainable, since the solution smells janky. Will try to get AngularFire's attention first
The text was updated successfully, but these errors were encountered: