-
My onboarding process starts with:
Makes some API calls, which successfully use the anonymous ID token to authenticate. Follows up later with:
Any API calls following this fail with 401 Unauthorized and a message on the server of "The Firebase ID token has been revoked". For every API call I'm always using: I should note that I'm testing this on web. I have other authentication methods working on web: currently phone, Google, and Facebook. If any additional code would be helpful please let me know. I'm going to attempt to recreate the issue in a new repository but if anything stands out please let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This should be an issue with the Firebase JS SDK so I would try to find the answer there. |
Beta Was this translation helpful? Give feedback.
You can simply make this one call with the Firebase JS SDK. Capacitor Firebase Authentication is based on the Firebase JS SDK on the web anyway.