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
Don't call FIRConfiguration setLoggerLevel: before FIRApp exists. (#843)
* Don't call FIRConfiguration setLoggerLevel: before FIRApp exists.
Instead, cache the value, and call setLoggerLevel later, after the iOS FIRApp instance is created.
* Add release note for this fix.
* Revert "Disable logging during AddCallback, which initializes too early. (#827)"
This reverts commit cf20054.
This PR should fix the issue in a more general way.
0 commit comments