@react-native-firebase/app-check

React Native Firebase - App Check

Usage no npm install needed!

<script type="module">
  import reactNativeFirebaseAppCheck from 'https://cdn.skypack.dev/@react-native-firebase/app-check';
</script>

README


React Native Firebase - AppCheck

Coverage NPM downloads NPM version License Maintained with Lerna

Chat on Discord Follow on Twitter Follow on Facebook


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.

> Learn More

Installation

Requires @react-native-firebase/app to be installed.

yarn add @react-native-firebase/app-check

Documentation

License


Built and maintained with 💛 by Invertase.