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
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
Some users might be confused that the init command can only be used on Firebase RTDB from us-central1. However is possible to use any database from any region since the database_id is globally unique.
We could improve the --database_id parameter help text mentioning any database_id that could be used from any region, if the user uses the DATABASE_ID from the DATABASE_URL patterns:
DATABASE_ID.firebaseio.com
DATABASE_ID.europe-west1.firebasedatabase.app
DATABASE_ID.asia-southeast1.firebasedatabase.app
We could also change the undocumented --location help text from init command to reflect that is used only to create a database if doesn't exist.
Some users might be confused that the
initcommand can only be used on Firebase RTDB fromus-central1. However is possible to use any database from any region since thedatabase_idis globally unique.We could improve the
--database_idparameter help text mentioning anydatabase_idthat could be used from any region, if the user uses theDATABASE_IDfrom theDATABASE_URLpatterns:We could also change the undocumented
--locationhelp text frominitcommand to reflect that is used only to create a database if doesn't exist.