firebase_app_check 0.3.2 copy "firebase_app_check: ^0.3.2" to clipboard
firebase_app_check: ^0.3.2 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 Dart:

 $ dart pub add firebase_app_check
copied to clipboard

With Flutter:

 $ flutter pub add firebase_app_check
copied to clipboard

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

dependencies:
  firebase_app_check: ^0.3.2
copied to clipboard

Alternatively, your editor might support dart pub get or 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';
copied to clipboard
184
likes
0
points
9.2k
downloads

Publisher

verified publisherfirebase.google.com

Weekly Downloads

2024.09.25 - 2025.04.09

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

Topics

#firebase #app-check #security #protection

License

unknown (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