firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info **firebase-tools:** 11.10.0 **Platform:** MacOS latest intel ### [REQUIRED] Test case That may be more work for me than fixing this is for you, this release is...
Firebase cli version: 11.14.3 **firebase-tools:** MacOS 12.6 and Ubuntu 22.04 I am testing my app using the firestore emulator. When writes occur from the app, they are not reflected in...
### [REQUIRED] Environment info **firebase-tools:** 9.18.0 **Platform:** Windows 10 ### [REQUIRED] Test case Full repo example available [here](https://github.com/Carto-Discord/janitor/tree/c9fd0f12ffaa8f0b652eedf0349931897b338eef) ```ts import { EventFunction } from "@google-cloud/functions-framework/build/src/functions"; import { Firestore } from...
### Environment info **firebase-tools:** 9.16.6 **Platform:** Linux ### Test case Install firebase-tools. ### Steps to reproduce Run the firebase emulators with `npx firebase emulators:start` ### Expected behavior All services would...
Update the `download` emulators default to true. The user has indicated that they want to use the emulators we should download them right away to speed up their use and...
I tried to implement failurePolicy / retries using firebase emulator, but it does not seem to work. Which is probably, because its not being implemented, yet. So I would like...
Deploying Firebase Extension from GitHub action results in an error that Mobile SDK API is disabled
### [REQUIRED] Environment info **firebase-tools:** 11.13.0 **Platform:** Ubuntu ### [REQUIRED] Test case N/A ### [REQUIRED] Steps to reproduce We're started using GitHub actions to deploy our extensions: `firebase deploy --debug...
The admin SDK does/will read the CloudEvent source field from an environment variable so that firebase can inject an experiment ID, function ID, or service ID rather than requiring customers...
### [REQUIRED] Environment info **firebase-tools: `v11.13.0`** **Platform: `macOS`** ### [REQUIRED] Test case 1. install [stripe firebase extension](https://firebase.google.com/products/extensions/stripe-firestore-stripe-payments) 2. run extensions by emulator 3. Call `ext-firestore-stripe-payments-createPortalLink` in browser ```tsx import {...