Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(emulator): add support for storage emulator #717

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Spirans
Copy link

@Spirans Spirans commented Aug 27, 2023

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

@lahirumaramba lahirumaramba self-assigned this Oct 4, 2023
@lahirumaramba lahirumaramba self-requested a review October 4, 2023 16:13
@Spirans
Copy link
Author

Spirans commented Oct 23, 2023

@lahirumaramba hi! Is there something I can do to help with this CL? Would you like more information about the problem? Perhaps some stack traces or other details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants