Not getting the updated user profile details such as Phone number #5435
Unanswered
pavanajain
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Firebase Phone Authentication in my Flutter app (for Android and iOS).
Using same Phone number I have logged into my account in two of my devices.
When I update phone number on one device I expect the updated phone number should get a real time update on device2, on which I have subscribed to userChanges() method. But device2 still shows the old phone number.
I have also tried to get updated user profile phone number in device2 using reload() method, but as soon as I call reload() I am being signed out of Firebase account.
Kindly help!
Beta Was this translation helpful? Give feedback.
All reactions