CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/README.md
docs/app.md
docs/auth.md
docs/database.md
docs/exceptions.md
docs/firestore.md
docs/functions.md
docs/storage.md
docs/testing.md
emulator/.firebaserc
emulator/database.rules.json
emulator/firebase.json
emulator/firestore.rules
emulator/package-lock.json
emulator/package.json
emulator/storage.rules
firebase_client/__init__.py
firebase_client/_version.py
firebase_client/exceptions.py
firebase_client/utils.py
firebase_client/app/__init__.py
firebase_client/app/core.py
firebase_client/app/wrappers.py
firebase_client/auth/__init__.py
firebase_client/auth/core.py
firebase_client/auth/session.py
firebase_client/auth/user.py
firebase_client/auth/wrappers.py
firebase_client/database/__init__.py
firebase_client/database/core.py
firebase_client/database/wrappers.py
firebase_client/firestore/__init__.py
firebase_client/firestore/core.py
firebase_client/firestore/types.py
firebase_client/firestore/wrappers.py
firebase_client/functions/__init__.py
firebase_client/functions/core.py
firebase_client/functions/wrappers.py
firebase_client/storage/__init__.py
firebase_client/storage/core.py
firebase_client/storage/user_storage.py
firebase_client/storage/utils.py
firebase_client/storage/wrappers.py
firebase_client_sdk.egg-info/PKG-INFO
firebase_client_sdk.egg-info/SOURCES.txt
firebase_client_sdk.egg-info/dependency_links.txt
firebase_client_sdk.egg-info/requires.txt
firebase_client_sdk.egg-info/top_level.txt
scripts/run_emulator_tests.sh
tests/__init__.py
tests/helpers.py
tests/app/__init__.py
tests/app/test_registry.py
tests/app/test_requests.py
tests/app/test_root_exports.py
tests/auth/__init__.py
tests/auth/test_core.py
tests/auth/test_session.py
tests/auth/test_types.py
tests/auth/test_wrappers.py
tests/common/__init__.py
tests/common/test_utils.py
tests/database/__init__.py
tests/database/test_core.py
tests/database/test_wrappers.py
tests/firestore/__init__.py
tests/firestore/test_core.py
tests/firestore/test_wrappers.py
tests/fixtures/payload.txt
tests/functions/__init__.py
tests/functions/test_core.py
tests/functions/test_wrappers.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_auth_emulator.py
tests/integration/test_database_emulator.py
tests/integration/test_firestore_emulator.py
tests/integration/test_storage_emulator.py
tests/storage/__init__.py
tests/storage/test_core.py
tests/storage/test_wrappers.py