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

Refactor Firebase Admin Stubbing #1459

Merged
merged 11 commits into from Jul 11, 2019
3 changes: 2 additions & 1 deletion changelog.txt
Expand Up @@ -2,4 +2,5 @@
* Make `functions:shell` respect the `--port` argument.
* Improve error message when `firebase serve` can't acquire the right port.
* Allow running the Firestore and RTDB emulators without a configuration.
* Allow the Firestore emulator to give more information about invalid rulesets.
* Allow the Firestore emulator to give more information about invalid rulesets.
* Fixes a bug where `admin.firestore()` and `app.firestore()` behaved differently.