firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info **firebase-tools:** 11.14.0 **Platform:** macOS (w/ Docker Container) ### [REQUIRED] Test case Add an empty firebase-export-metadata.json to the exports directory. ### [REQUIRED] Steps to reproduce At some...
### [REQUIRED] Environment info **firebase-tools: 11.10.0 **Platform: Windows 10 ### [REQUIRED] Test case ### [REQUIRED] Steps to reproduce When upgrading from firebase-tools 11.9.0 to 11.10.0, I get the following error...
### Description There is an old issue we were facing with functions deployments reaching quotas: #3919. From Firebase [documentation](https://firebase.google.com/docs/functions/manage-functions#deploy_functions): > When deploying large numbers of functions, you may exceed the...
### Description Ensure that the APIs we call to check product provisioning are enabled before we call them. Fixes #5074
### Description There's useful information in Hosting's API that we can present in the CLI - specifically if Cloud Logging is enabled or how many versions are retained. We should...
### [REQUIRED] Environment info **firebase-tools:** 11.6.0 **Platform:** macOS ### [REQUIRED] Test case 1. Create a firebase project with storage initiated 2. Create a second bucket for your project 3. Create...
Now that #3173 is merged, the Auth Emulator should also export and import that field so it is not lost across exports.
I've just noticed by Firebase hosting usage is now almost 1 GB. Quite a lot given the fact our website is only 20 MB. ``` nowaker@nwkr-desktop ~/projekty/virtkick/website (git)-[master] % du...
### [REQUIRED] Environment info **firebase-tools:** 11.8.0 **Platform:** MacOS (11.5.2), Chrome (104.0.5112.101) ### [REQUIRED] Test case Doesn't apply ### [REQUIRED] Steps to reproduce - Save a compressed file to the storage...
> This was originally [posted on StackOverflow](https://stackoverflow.com/q/73899382/4756173). I'm trying to deploy a function which *is working* locally with the emulators, but, when trying to deploy, give me this: ```error i...