firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info **firebase-tools:** 13.5.0 **Platform:** macOS (M1) ### [REQUIRED] Test case I want to deploy react app build with vite and express.js server for SSR. I've used next...
### Related issues https://github.com/firebase/firebase-functions/issues/1084 ### [REQUIRED] Version info **node:**v14.17.6 **firebase-functions:**3.20.1 **firebase-tools:**10.6.0 **firebase-admin:**10.1.0 ### [REQUIRED] Test case - Create local firebase project - insert and populate .env, .env.local, .env.default (for good...
### Description I was having trouble with exporting emulator data when I ran an emulator with Docker. It was really hard to find the reason, but I finally found it:...
### [REQUIRED] Environment info **firebase-tools:** 13.4.0 **Platform:** Windows and Linux (GitHub Action) ### [REQUIRED] Test case Make changes to firestore.rules and try to deploy. See next section for more info....
### [REQUIRED] Environment info **firebase-tools:** 13.4.0 **Platform:** macOS ### [REQUIRED] Test case Haven't been able to create one. We have over 100 indexes. They all work fine except this one...
### [REQUIRED] Environment info **firebase-tools:** 13.0.3 **Platform:** WIndows ### [REQUIRED] Test case I was able to get a blank system to load, but something is failing out with an astro...
### [REQUIRED] Environment info **firebase-tools:** 13.0.2 **Platform:** Windows, Linux ### [REQUIRED] Test case I deploy a fully workable version from the emulator in Firebase Functions of the Angular SSR application....
### [REQUIRED] Environment info **firebase-tools:** Using the gcloud cli version 467.0.0, firestore emulator: 1.19.2 **Platform:** macOS (intel), python client library ### [REQUIRED] Test case ```python import os from google.cloud import...
### Description I noticed when serving Cloud Functions written in TypeScript via the Firebase Emulator, that my changes were not getting recompiled and I had to run `npm run serve`...
### Description I introduced a new command `firebase firestore:rules:compile` so that developers can check `firestore.rules` before deploying to Firebase. Also, they can use it for lint. For example, they embed...