I cannot find the appropriate method to call for firebase.appCheck()
equivalent in Pyrebase library.
Asked
Active
Viewed 526 times
0

Frank van Puffelen
- 565,676
- 79
- 828
- 807

Tim
- 73
- 12
1 Answers
1
As covered in the App Check documentation, currently the only first-party supported App Check providers for Firebase are DeviceCheck (on iOS), App Attest (on iOS) SafetyNet (on Android) and reCAPTCHA v3 (for web apps).
If you want to support Python, you'd have to develop/find some way to generate a signature for your script/program and follow the documentation on how to create a Custom App Check Provider which could be hosted on a Callable Cloud Function.

Community
- 1
- 1

samthecodingman
- 23,122
- 4
- 30
- 54