* fix(fac): Include pyjwt in distribution artifacts (654)
Miscellaneous
* [chore] Release 6.0.1 (655) * password_hash obtained from Firebase Auth backend needs to be base64URL decoded before import to avoid double encoding (652)
6.0.0
Breaking Changes
* change: Drop Python 3.6 support (645)
New Features
* feat: Add function to verify an App Check token (642)
Miscellaneous
* [chore] Release 6.0.0 (649)
5.4.0
Breaking Changes
* change: Deprecated support for Python 3.6 (646)
Miscellaneous
* [chore] Release 5.4.0 (647) * Bug fix - Changing variable from "MemoryCost" to "cpuMemCost" in standard_scrypt method (643)
5.3.0
New Features
* feat(firestore): Async Firestore (635)
Miscellaneous
* [chore] Release 5.3.0 (637) * Remove failing nightly tests in project_management (636) * add GitHub URL for PyPi (613) * Revert "Add delayed response message for holidays (597)" (600) * chore: Update Node.js version in CI workflow (602) * Add delayed response message for holidays (597)
5.2.0
New Features
* feat(auth): enables OIDC auth code flow (549)
Miscellaneous
* [chore] Release 5.2.0 (596) * Fixing integration tests (595) * correct kwargs documentation in docstrings (559) * Added return type for `bucket` function (591)
5.1.0
New Features
* feat(auth): ability to delete provider in auth (579)
Bug Fixes
* fix: Fixing a broken integration test (582) * fix: Extracting GAPIC API calls into a new module (581)