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?