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 for an exception in firebase::auth::VerifyPhoneNumber for applications recreating app instances.
Fix is to plumb clientID through the PlatformOptions to AppOptions (and vice versa) on iOS. The lack of a configured clientID was causing a NSInternalInconsistencyException in FIROAuthProvider getCredentialWithUIDelegate.
PiperOrigin-RevId: 262248021
0 commit comments