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
Fixed a bug when deleting PhoneAuthProvider on Android as part of Auth
destruction: Env(auth_data) is no longer valid during the Auth destructor, so
use GetJniEnv() to get the JNI environment instead.
PiperOrigin-RevId: 270347555
0 commit comments