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
I am trying to use the web version, udpating my mobile application (ionic 1/angularjs1) from firebase 2.4.2 (I was using the new dashboard for weeks, but still with this old version) to the new firebase.
But, from my old token, I always got the error "invalid-user-token : Invalid auth token."
Do I miss something ? Is it working for every provider ? or I had to do it before switching the dashboard ?
Thanks
The text was updated successfully, but these errors were encountered:
Looks like the localStorage is not working good on angularJS/ionic , so I always got a null token. I changed the code and it is working now. I already found this issue in angularfire, sometimes the user is not found when the app is started. Using $window instead of window looks to work better
Hey guys,
I am trying to use the web version, udpating my mobile application (ionic 1/angularjs1) from firebase 2.4.2 (I was using the new dashboard for weeks, but still with this old version) to the new firebase.
But, from my old token, I always got the error "invalid-user-token : Invalid auth token."
Do I miss something ? Is it working for every provider ? or I had to do it before switching the dashboard ?
Thanks
The text was updated successfully, but these errors were encountered: