You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix apptesting enablement (#8905)
* Fix an issue with apptesting enablement
Co-authored-by: Joe Hanley <joehanley@google.com>
* Fix issue where login didnt work as expected on studio (#8914)
* Fix issue where login didnt work as expected on studio
* Update src/commands/login.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* 14.11.2
* [firebase-release] Removed change log and reset repo after 14.11.2 release
* Enable FDC API in `firebase init dataconnect` for Spark projects (#8927)
* feat: address pr comments on app-* commands
* Fetch active Firebase Project from Studio Workspace when running in Studio (#8904)
* Disable broken VSCode integration tests (#8934)
* Add userinfo.email scope when in studio (#8935)
* Add userinfo.email scope when in studio
* Update src/requireAuth.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update src/requireAuth.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* feat: Display Firestore database edition (#8926)
* feat: Display Firestore database edition
Adds the 'Edition' to the output of the `firestore:databases:get` command.
The `Database` resource in the Firestore API now includes a `databaseEdition` field. This change updates the `DatabaseResp` type to include this new field and modifies the `prettyPrintDatabase` function to display the database edition in the output table.
The possible values for the edition are `STANDARD` and `ENTERPRISE`. If the edition is not specified or is `DATABASE_EDITION_UNSPECIFIED`, it will default to `STANDARD`.
* feat: Display Firestore database edition
Adds the 'Edition' to the output of the `firestore:databases:get` command.
The `Database` resource in the Firestore API now includes a `databaseEdition` field. This change updates the `DatabaseResp` type to include this new field and modifies the `prettyPrintDatabase` function to display the database edition in the output table.
The possible values for the edition are `STANDARD` and `ENTERPRISE`. If the edition is not specified or is `DATABASE_EDITION_UNSPECIFIED`, it will default to `STANDARD`.
* feat: Display Firestore database edition
Adds the 'Edition' to the output of the `firestore:databases:get` command.
The `Database` resource in the Firestore API now includes a `databaseEdition` field. This change updates the `DatabaseResp` type to include this new field and modifies the `prettyPrintDatabase` function to display the database edition in the output table.
The possible values for the edition are `STANDARD` and `ENTERPRISE`. If the edition is not specified or is `DATABASE_EDITION_UNSPECIFIED`, it will default to `STANDARD`.
Also refactors the tests for `prettyPrintDatabase` to improve readability and maintainability.
* feat: Display Firestore database edition
Adds the 'Edition' to the output of the `firestore:databases:get` command.
The `Database` resource in the Firestore API now includes a `databaseEdition` field. This change updates the `DatabaseResp` type to include this new field and modifies the `prettyPrintDatabase` function to display the database edition in the output table.
The possible values for the edition are `STANDARD` and `ENTERPRISE`. If the edition is not specified or is `DATABASE_EDITION_UNSPECIFIED`, it will default to `STANDARD`.
Also refactors the tests for `prettyPrintDatabase` to improve readability and maintainability and adds a test case for the `STANDARD` edition.
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
* Formatted
---------
Co-authored-by: Jake Ouellette <jakeout@google.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Google Open Source Bot <firebase-oss-bot@google.com>
Co-authored-by: Fred Zhang <fredzqm@google.com>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Sam Edson <samedson@google.com>
Co-authored-by: Ehsan <ehsann@google.com>
0 commit comments