firedart
firedart copied to clipboard
firebase token.
Hi, is it possible to get token as like firebase token?
_auth = FirebaseAuth.instance; //do login and after ... String token = await _auth.tokenProvider.idToken;
hi @lucascp2004UFPI thanks, let me try.
_auth = FirebaseAuth.instance; //do login and after ... String token = await _auth.tokenProvider.idToken;
thanks @lucascp2004UFPI , it's working for me. but the token look like JWT token, i was expected the token look like firebase_messaging token.