firebase_app_check_custom 0.1.0
firebase_app_check_custom: ^0.1.0 copied to clipboard
A fork of firebase_app_check with enhanced debug token support allowing custom debug tokens via parameters or environment variables.
Changelog #
0.1.0 #
This is the initial release of firebase_app_check_custom
, a fork of firebase_app_check
(version 0.3.2+5) with enhanced debug token support.
Added #
- Support for custom debug tokens via the
customDebugToken
parameter in theactivate()
method - Environment variable support through
DEBUG_APP_CHECK_TOKEN
- Documentation for the new custom debug token features
Maintained #
- Full compatibility with the original Firebase App Check API
- All existing providers and functionality from the original package
Original Package History #
For the changelog of the original firebase_app_check
package that this fork is based on, please visit the official Firebase App Check plugin changelog.