firebase_app_check 0.3.1+7 copy "firebase_app_check: ^0.3.1+7" to clipboard
firebase_app_check: ^0.3.1+7 copied to clipboard

App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_app_check

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  firebase_app_check: ^0.3.1+7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:firebase_app_check/firebase_app_check.dart';
176
likes
160
points
8.46k
downloads

Publisher

verified publisherfirebase.google.com

Weekly Downloads

App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#firebase #app-check #security #protection

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

firebase_app_check_platform_interface, firebase_app_check_web, firebase_core, firebase_core_platform_interface, flutter

More

Packages that depend on firebase_app_check