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
A user logs in the app, goes to Profile Page, taps on "EDIT" button, makes changes in Edit Profile Page, but instead of pressing "SAVE", user taps "Back".
Issue:
In this scenario, even though the changes to the profile are not committed to the Firebase Database, but can be seen on the Profile Page.
The local Profile data gets changed after the Edit Profile Page, and the same (cancelled) edited data is then presented on the Profile Page.
The text was updated successfully, but these errors were encountered:
Scenario:
A user logs in the app, goes to Profile Page, taps on
"EDIT"
button, makes changes in Edit Profile Page, but instead of pressing"SAVE"
, user taps"Back"
.Issue:
In this scenario, even though the changes to the profile are not committed to the
Firebase Database
, but can be seen on the Profile Page.The local Profile data gets changed after the Edit Profile Page, and the same (cancelled) edited data is then presented on the Profile Page.
The text was updated successfully, but these errors were encountered: