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
fix(app): fix issue with default instanceIdentifier (#26)
FirebaseApp's contract with the components is that the instanceIdentifier will be undefined if
default (not the string '[DEFAULT]'). This was not tested by any existing tests and was broken in
the async refactor. This fixes that issue and adds a test.
0 commit comments