In Angular/React when we do google authentication using firebase we get below object.
Under credential we have idToken which google issues and expires in 60 minutes. How to refresh this token to get a new one .
In Angular/React when we do google authentication using firebase we get below object.
Under credential we have idToken which google issues and expires in 60 minutes. How to refresh this token to get a new one .
Copyright © 2021 Jogjafile Inc.
If you're using the provided Firebase Auth SDK, You don't have to do anything to refresh the token. The SDK will do that automatically.