databaseURL property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? databaseURL
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 URL.

Implementation

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