Access Token Expired Error with Firebase Admin SDK v12.3.1
I updated to the latest version of **"firebase-admin": "12.3.1" but am still getting this issue with authentication. The same code was working easier, correct. I read that this version refresh token issue is fixed, but i am still getting this issue. please let me know how to resolve this. i am not able to upload bulk data using a Node.js script
at Object.
I found a few problems with this issue:
- I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
- This issue does not seem to follow the issue template. Make sure you provide all the required information.
Hey @jonathanedey, could this be related to https://github.com/firebase/firebase-admin-node/pull/2648?
I don't think it should be unless Firestore use our internal getToken method before making their rpc call.
Hey @tinyscratch if you are still having this issue please reach out to https://firebase.google.com/support/troubleshooter/contact/ and file a support request so the relevent teams can take a look. Thanks!
Hi. Getting this error using the raw protocol on nodeJS (with auth client). How does one get the refresh token using the raw protocol? The docs point out that this is handled automatically. Thanks.