firebase / firebaseui-web-react

React Wrapper for firebaseUI Web
Apache License 2.0
1.27k stars 250 forks source link

Question: how to get a refresh token #175

Open dominicfollett opened 2 years ago

dominicfollett commented 2 years ago

Hi there, thank you for this package. We are using Google Identity Platform to sign our users into our application via the email/password provider. While the Readme demonstrates how to sign a user in and get the JWT, I don't see any reference on how to refresh the token? Is this at all possible?