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
Is there a documentation how to migrate firebase phone auth to v22?
With my current setup I keep getting a deprecation warning: const confirmation = await auth().signInWithPhoneNumber(localPhoneNumber);
How do I have to handle the appVerifier? It seems to be optional in the firebase documentation. signInWithPhoneNumber( auth, phoneNumber, ApplicationVerifier )
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a documentation how to migrate firebase phone auth to v22?
With my current setup I keep getting a deprecation warning:
const confirmation = await auth().signInWithPhoneNumber(localPhoneNumber);
How do I have to handle the appVerifier? It seems to be optional in the firebase documentation.
signInWithPhoneNumber( auth, phoneNumber, ApplicationVerifier )
Beta Was this translation helpful? Give feedback.
All reactions