firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

feat(emulator): add support for storage emulator

Open Spirans opened this issue 10 months ago • 1 comments

Currently, we can't use firebase emulator with anonymous credentials due to request to real firebase and attempt to find a user and validate it's permissions. We can see this behaviour when running integrations test via pytest integration/test_storage.py --cert tests/data/service_account.json. This PR should fix this and let use firebase emulator with fake credentials (and also run emulator integration tests on CI).

#570 #693

Spirans avatar Aug 27 '23 16:08 Spirans