firestore-fastapi icon indicating copy to clipboard operation
firestore-fastapi copied to clipboard

FastAPI with Google Cloud Firestore.

Results 3 firestore-fastapi issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.6.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v3.17.0) - https://github.com/myint/autoflake → https://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v1.4...v2.3.1) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](https://github.com/pycqa/isort/compare/5.10.1...5.13.2) - [github.com/psf/black: 22.3.0 → 24.8.0](https://github.com/psf/black/compare/22.3.0...24.8.0)

First of all I would like to thank you for your template library. I was wondering whether you could provide a way to paginate response for list_items method. firestore allows...