firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### Description Adds a prompt during App Hosting onboarding to make sure user enters a Firebase web app that they would like to associate their Backend with. ### Sample Commands...
### [REQUIRED] Environment info **firebase-tools:** 13.4.1 **Platform:** Windows ### [REQUIRED] Test case The following steps work and yield a good deployment when executed from Linux or Mac (n=1+1). However, not...
### Description Remove development-only files from deployed files. Closes #6715 ### Scenarios Tested see test case added in 1f579d7601b63a0d3d9f3da5e7f3afb27f89cdfb ### Sample Commands
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
Rules that use `resource.data` appear to be evaluated twice in the Firestore emulator. The first time always fails with an error, but the second one succeeds and allows/denies access as...
### [REQUIRED] Environment info **firebase-tools:** 12.7.0 **Platform:** macOS **Next:** 13.4.19 ### [REQUIRED] Test case Added firebase to an existing, simple next app with a couple of `api` endpoints and the...
### [REQUIRED] Environment info **firebase-tools:** 13.3.1 **Platform:** Windows ### [REQUIRED] Test case This is happening on any trigger event that tries to make more than 40+ updates ### [REQUIRED] Steps...
### Description - If user chooses to set up a build script, do not suggest `npm ci && npm run build`. The reasons are: - The user can edit it...
### Environment info **firebase-tools: 12.7.0** **Platform: Ubuntu 22.04.3 LTS** ### Test case I'm starting a fresh project with GitHub and the Next.js framework integration. I started from scratch this morning,...