Firebase App Check (SafetyNet)

Google has recently released the App check (Beta) which lets requests from only the authorized app to be passed to the realtime database and all other requests from outside will be denied. This is a very important feature to secure the database against hackers. Is there any possibility to implement this in Kodular or create an extension?

I tried with one of my app, registered the app with the sha-256 certificate but once enforced the app check the requests are getting denied, most probably because app check needs to be defined in the gradle file of the app and also needs to be initialized as mentioned in this documentation by Google:

https://firebase.google.com/docs/app-check/android/safetynet-provider

5 Likes

Yes the same problem is with me too. Did you find any way to solve it ?
could anyone help solving this issue please?

2 Likes

This post was flagged by the community and is temporarily hidden.