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
When a user logs out and logs into a new profile, the study log/tasks that are saved in AsyncStorage are not updated. The numbers for the person who initially logged in are stored.
Possible fix: create AsyncStorage unique IDs based on the user or save to the cloud (database) instead.
The text was updated successfully, but these errors were encountered:
When a user logs out and logs into a new profile, the study log/tasks that are saved in AsyncStorage are not updated. The numbers for the person who initially logged in are stored.
Possible fix: create AsyncStorage unique IDs based on the user or save to the cloud (database) instead.
The text was updated successfully, but these errors were encountered: