Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Firebase Admin Python SDK v7.0.0 source code.tar.gz | 2025-07-17 | 250.2 kB | |
Firebase Admin Python SDK v7.0.0 source code.zip | 2025-07-17 | 325.6 kB | |
README.md | 2025-07-17 | 807 Bytes | |
Totals: 3 Items | 576.6 kB | 3 |
Breaking Changes
- Dropped support for Python 3.7 and 3.8 (#892)
- Deprecated support for Python 3.9. Use Python 3.10 or higher when deploying the Admin SDK (#892)
- Dropped AutoML support (#894)
- Dropped
send_all()
andsend_multicast()
FCM APIs (#890) - Removed the dependency on
google-api-python-client
greatly reducing the SDK's bundle size. (#890)
Bug Fixes
- fix(functions): Remove usage of deprecated
datetime.utcnow()
and fix flaky unit test (#896)
Miscellaneous
- [chore] Release 7.0.0 (#902)
- chore(deps): bump astroid from 3.3.10 to 3.3.11 (#901)
- Upgraded Google API Core, Cloud Firestore, and Cloud Storage dependencies (#897)
- Bump pylint to v3.3.7 and astroid to v3.3.10 (#895)
- Merge v7 Feature Branch (#900)
- Adds send each snippets. (#891)