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
Using FirebaseUI Auth to manage authentication only with phone method.
If I set only "PhoneBuilder" as AvailableProvider, the "phone number verification" screen does not show the text "By tapping "Verify Phone number", an SMS may be sent. Message & data rates may apply".
See here:
If I add any other provider (so that at least 2 methods are available and thus the Authentication Method Picker is presented at first), clicking on "phone authentication" takes me to the "phone number verification" page where the text correctly appears.
See here:
Here's my list of dependencies (already had to roll back to firebase-ui-auth 4.1.0 to avoid the alignement issue described in #1555):
@nabax can you show your code where you are building up the AuthUI.SignInIntentBuilder? Specifically the part where you set the ToS and Privacy policy? I don't see this behavior in my sample app.
Using FirebaseUI Auth to manage authentication only with phone method.

If I set only "PhoneBuilder" as AvailableProvider, the "phone number verification" screen does not show the text "By tapping "Verify Phone number", an SMS may be sent. Message & data rates may apply".
See here:
If I add any other provider (so that at least 2 methods are available and thus the Authentication Method Picker is presented at first), clicking on "phone authentication" takes me to the "phone number verification" page where the text correctly appears.

See here:
Here's my list of dependencies (already had to roll back to firebase-ui-auth 4.1.0 to avoid the alignement issue described in #1555):
Do you know how to get the message to appears also when only Phone method is used?
Thank you
The text was updated successfully, but these errors were encountered: