firebase_app_check 0.3.0+5 firebase_app_check: ^0.3.0+5 copied to clipboard
App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing.
0.3.0+4 #
- Update a dependency to the latest release.
0.3.0+3 #
- Update a dependency to the latest release.
0.3.0+2 #
- Update a dependency to the latest release.
0.3.0+1 #
- FIX(app-check,web): fixed broken
onTokenChanged
and ensured it is properly cleaned up. Streams are also cleaned up on "hot restart" (#12933). (093b5fef) - FIX(firebase_app_check,ios): Replace angles with quotes in import statement (#12929). (f2fc902b)
- FIX(app-check,ios): update app check to stable release (#12924). (ced11684)
0.3.0 #
0.2.2+7 #
- Update a dependency to the latest release.
0.2.2+6 #
- Update a dependency to the latest release.
0.2.2+5 #
- Update a dependency to the latest release.
0.2.2+4 #
- Update a dependency to the latest release.
0.2.2+3 #
- Update a dependency to the latest release.
0.2.2+2 #
- Update a dependency to the latest release.
0.2.2 #
0.2.1+19 #
0.2.1+18 #
- Update a dependency to the latest release.
0.2.1+17 #
- Update a dependency to the latest release.
0.2.1+16 #
- Update a dependency to the latest release.
0.2.1+15 #
- Update a dependency to the latest release.
0.2.1+14 #
- Update a dependency to the latest release.
0.2.1+13 #
- Update a dependency to the latest release.
0.2.1+12 #
- Update a dependency to the latest release.
0.2.1+11 #
- Update a dependency to the latest release.
0.2.1+10 #
- Update a dependency to the latest release.
0.2.1+9 #
- Update a dependency to the latest release.
0.2.1+8 #
- Update a dependency to the latest release.
0.2.1+7 #
- Update a dependency to the latest release.
0.2.1+6 #
- Update a dependency to the latest release.
0.2.1+5 #
- Update a dependency to the latest release.
0.2.1+4 #
- Update a dependency to the latest release.
0.2.1+3 #
- Update a dependency to the latest release.
0.2.1+2 #
- Update a dependency to the latest release.
0.2.1+1 #
- Update a dependency to the latest release.
0.2.1 #
- REFACTOR(app-check,android): update linting warnings (#11666). (fa9c8181)
- FIX(firebase_app_check): Allow non-default app for Android debug provider (#11680). (dd20c0c7)
- FEAT: Full support of AGP 8 (#11699). (bdb5b270)
- FEAT(app_check): Use Android dependencies from Firebase BOM (#11671). (378fcbdc)
- DOCS: Updated documentation link in firebase_app_check README.md (#11712). (dd3e56c6)
0.2.0+1 #
- Update a dependency to the latest release.
0.2.0 #
0.1.5+2 #
- Update a dependency to the latest release.
0.1.5+1 #
- Update a dependency to the latest release.
0.1.4+3 #
- Update a dependency to the latest release.
0.1.4+2 #
- Update a dependency to the latest release.
0.1.4+1 #
- Update a dependency to the latest release.
0.1.4 #
0.1.3 #
0.1.2+3 #
0.1.2+2 #
- Update a dependency to the latest release.
0.1.2+1 #
0.1.1+14 #
- Update a dependency to the latest release.
0.1.1+13 #
- Update a dependency to the latest release.
0.1.1+12 #
- Update a dependency to the latest release.
0.1.1+11 #
- Update a dependency to the latest release.
0.1.1+10 #
- Update a dependency to the latest release.
0.1.1+9 #
- Update a dependency to the latest release.
0.1.1+8 #
- Update a dependency to the latest release.
0.1.1+7 #
- Update a dependency to the latest release.
0.1.1+6 #
- Update a dependency to the latest release.
0.1.1+5 #
- Update a dependency to the latest release.
0.1.1+4 #
- Update a dependency to the latest release.
0.1.1+3 #
- Update a dependency to the latest release.
0.1.1+2 #
0.1.1+1 #
- Update a dependency to the latest release.
0.1.1 #
- Update a dependency to the latest release.
0.1.0 #
0.0.9+1 #
- Update a dependency to the latest release.
0.0.9 #
0.0.8 #
0.0.7+2 #
- Update a dependency to the latest release.
0.0.7+1 #
- Update a dependency to the latest release.
0.0.7 #
0.0.6+20 #
- Update a dependency to the latest release.
0.0.6+19 #
- Update a dependency to the latest release.
0.0.6+18 #
- Update a dependency to the latest release.
0.0.6+17 #
- Update a dependency to the latest release.
0.0.6+15 #
- DOCS: separate the first sentence of a doc comment into its own paragraph for
getToken()
(#8968). (4d487ef7)
0.0.6+14 #
- REFACTOR: use
firebase.google.com
link forhomepage
inpubspec.yaml
(#8727). (41a963b3) - REFACTOR: use "firebase" instead of "FirebaseExtended" as organisation in all links for this repository (#8791). (d90b8357)
- DOCS: point to "firebase.google" domain for hyperlinks in the usage section of
README.md
files (for the missing packages) (#8818). (5bda8c92)
0.0.6+12 #
- Update a dependency to the latest release.
0.0.6+11 #
- Update a dependency to the latest release.
0.0.6+10 #
- Update a dependency to the latest release.
0.0.6+9 #
- Update a dependency to the latest release.
0.0.6+8 #
- Update a dependency to the latest release.
0.0.6+6 #
- Update a dependency to the latest release.
0.0.6+3 #
- REFACTOR: fix all
unnecessary_import
analyzer issues introduced with Flutter 2.8. (7f0e82c9)
0.0.6+2 #
- Update a dependency to the latest release.
0.0.6+1 #
- Update a dependency to the latest release.
0.0.6 #
- FEAT: add token apis and documentation (#7419).
0.0.5 #
- NEW: Added support for multi-app via the
instanceFor()
method. - NEW: Added support for getting the current App Check token via the
getToken()
method. - NEW: Added support for enabling automatic token refreshing via the
setTokenAutoRefreshEnabled()
method. - NEW: Added support for subscribing to token change events (as a
Stream
) viaonTokenChange
.
0.0.4 #
- REFACTOR: migrate remaining examples & e2e tests to null-safety (#7393).
- FEAT: automatically inject Firebase JS SDKs (#7359).
0.0.3 #
- FEAT: support initializing default
FirebaseApp
instances from Dart (#6549).
0.0.2+4 #
- Update a dependency to the latest release.
0.0.2+3 #
- Update a dependency to the latest release.
0.0.2+2 #
- Update a dependency to the latest release.
0.0.2+1 #
- DOCS: using for version
0.0.1
the same markdown headline level as the other versions have in the changelog (#6845).
0.0.2 #
- STYLE: enable additional lint rules (#6832).
- FEAT: lower iOS & macOS deployment targets for relevant plugins (#6757).
0.0.1+3 #
- Update a dependency to the latest release.
0.0.1+2 #
- Update a dependency to the latest release.
0.0.1+1 #
- Update a dependency to the latest release.
0.0.1 #
- Initial release.