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 have the problem that my app loads too long at the beginning, if the last login was at least an hour ago.
This is because getIdToken takes 3-5 seconds if the token is expired and a new one needs to be requested.
Is this a general problem with the Firebase Authentication API or am I doing something wrong that is causing these bad durations?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the problem that my app loads too long at the beginning, if the last login was at least an hour ago.
This is because
getIdToken
takes 3-5 seconds if the token is expired and a new one needs to be requested.Is this a general problem with the Firebase Authentication API or am I doing something wrong that is causing these bad durations?
Beta Was this translation helpful? Give feedback.
All reactions