1

I'm using FirebaseAuth for user authentication, and I am currently trying to update a user's phone number on Flutter web.

On mobile, I have the option to use verifyPhoneNumber followed by updatePhoneNumber. But on web no similar methods exist.

How can I update my users' phone numbers on web?

Martin Reindl
  • 989
  • 2
  • 15
  • 33

1 Answers1

0

On the web to change Phone Number You need to implement it from server(Admin) side.

IonicFireBaseApp
  • 925
  • 3
  • 10