firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
Read the new dataDir for exporting behaviors
### Description Initial implementation of firebase apptesting commands. ### Scenarios Tested We've tested firebase apptesting:init and firebase apptesting:execute through a team bug bash. ### Sample Commands firebase apptesting:init - initializes...
### [REQUIRED] Environment info **firebase-tools:** 14.0.9 **Platform:** Macos ### [REQUIRED] Test case Consider the following schema: ```` type SomeVeryLongEntityConfiguration @table(key: ["relatedEntity"]) { relatedEntity: AnotherEntity! fieldA: String! fieldB: String! } ````...
Bumps the minor group with 29 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@google-cloud/cloud-sql-connector](https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector) | `1.3.3` |...
Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 15.2.4. Release notes Sourced from next's releases. v15.1.8 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
The --ephemeral flag for the `emulators:start` command ensures that no data is exported when the emulators stop, even if `--export-on-exit` is specified or if the `emulators:export` command is used during...
In the firebase init apphosting flow, we preemptively enable ensure the App Hosting compute service accounts exists and add the required IAM roles. However, we don't actually need the compute...
[REQUIRED] Environment info firebase-tools: 14.4.0 Platform: macOS [REQUIRED] Test case functions/package.json content: JSON { "name": "functions", "description": "Cloud Functions for Firebase", "scripts": { "serve": "firebase emulators:start --only functions", "shell": "firebase...