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
Disable logging during AddCallback, which initializes too early. (#827)
This causes logging to initialize when static constructors are running.
On Xcode 13, this causes a crash when Firebase App is initialized in
the wrong order.
0 commit comments