Home > database >  Validate App check getToken for custom backend
Validate App check getToken for custom backend

Time:04-22

I am planning to use Firebase App Check to verify that requests made to my backend services (including Firebase) will be from my app only.

I would like to know how can i validate / verify that the App Check token sent from the method FirebaseAppCheck.instance.getToken() on my backend ?

PS : my backend is in python but i am more asking about the way to verify than the code, but if you provide the code in python as an example it will be appreciated.

CodePudding user response:

This may be what you're looking for firebasedocs

  • Related