realtimeDatabaseInstance property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? realtimeDatabaseInstance
getter/setter pair

DEPRECATED. _Instead, find the default Firebase Realtime Database instance name using the list endpoint within the Firebase Realtime Database REST API.

Note that the default instance for the Project might not yet be provisioned, so the return might not contain a default instance._ The default Firebase Realtime Database instance name, in the format: PROJECT_ID Though rare, your projectId might already be used as the name for an existing Realtime Database instance in another project (learn more about database sharding). In these cases, your projectId is appended with a hyphen then five alphanumeric characters to create your default Realtime Database instance name. For example, if your projectId is myproject123, your default database instance name might be: myproject123-a5c16

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? realtimeDatabaseInstance;