firebase-admin-go
firebase-admin-go copied to clipboard
Key "UUID" does not exist in firebase.VerifyIDToken
trafficstars
I use Firebase Admin Go in my app and I got this error -> Key "UUID" does not exist in my middleware that I have created for auth. This error occurred in firebase.VerifyIDToken function and every time this function was called it showed the same error. The only solution was to restart the server and t didn't show this error again.
I hadn't any issue with the Firebase Admin Go SDK before, is this a bug in the latest version?
- Operating System version: Go 1.21
- Firebase SDK version: v4.14.1
- Library version: v4.14.1
- Firebase Product: auth (auth, database, storage, etc)