React Native Firebase - App Check
npm install @react-native-firebase/app-check---
App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing. With App Check, devices running your app will use an app or device attestation provider that attests to one or both of the following:
- Requests originate from your authentic app
- Requests originate from an authentic, untampered device
This attestation is attached to every request your app makes to your Firebase backend resources.
Requires @react-native-firebase/app to be installed.
``bash``
yarn add @react-native-firebase/app-check
- See LICENSE
---

Built and maintained with 💛 by Invertase.
---