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
Known issues - would love your help @netanelben - under auth.js I've added :
// Update local auth
// TODO - ideally this would fire again an init auth so the local auth object would update
Object.assign(authUser, userSnapshot.data());
authActions.initAuth(newUserData);
New design for my space.
Known issues - would love your help @netanelben - under auth.js I've added :
// Update local auth
// TODO - ideally this would fire again an init auth so the local auth object would update
Object.assign(authUser, userSnapshot.data());
authActions.initAuth(newUserData);
I'm trying to get the reducer to have the new data but failed to do so. Would love your advise. I've also tried with adding a dispatch. I'm missing something here.
Attaching a link to the movie of the experience caused by not firing it
https://drive.google.com/file/d/1z9l9spjmoVmp7nP4ycRTi6zBnqBAoPFs/view?usp=sharing
The text was updated successfully, but these errors were encountered: