Replies: 1 comment
-
@hanishk, as stated here https://firebase.google.com/docs/auth/web/auth-state-persistence, the athentication token is stored in local storage by default: "If no user is signed in and no persistence is specified, the default setting will be applied (local in a browser app)." |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are using firebase_auth for in our flutter app. I am not storing token in any local storage
I am getting token using this code
Future? get firebaseAuthToken =>
_firebaseAuth.currentUser?.getIdToken(true);
But We gave our apk in testing to third party company they send token scrnsht by saying JWT token is saving in local storage.
I am not able to find the solution. Can anyone know this how to solve this?
Screenshot below:
Beta Was this translation helpful? Give feedback.
All reactions