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
By default, firebase currentUser.getToken() does not refresh the token until it has expired. However, the react-native-firebase project is always forcing a new token.
Hey, thanks for reporting. Which platform(s) have you seen this on? We'll debug when we can however knowing if it only happens on a specific platform will help :)
I just looked at your source code. Android native bridge.
Em 25 de mar de 2017 5:20 PM, "Elliot Hesp" <notifications@github.com>
escreveu:
Hey, thanks for reporting. Which platform(s) have you seen this on? We'll
debug when we can however knowing if it only happens on a specific platform
will help :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbcu3umaOOu3RUFzsPiEF8eaKOuGVvnks5rpXcRgaJpZM4MpLyh>
.
By default, firebase
currentUser.getToken()
does not refresh the token until it has expired. However, the react-native-firebase project is always forcing a new token.https://firebase.google.com/docs/reference/js/firebase.User?hl=pt-br#getToken
The text was updated successfully, but these errors were encountered: