databaseURL property

String? databaseURL
getter/setter pair

Why? FlutterFlow uses GoogleServiceInfo.plist and google-service.json for iOS and Android, respectively. The databaseURL is in the service files. But for Web, the databaseURL is not in the firebase options. So, it cannot connect to the Firebase Realtime Database in the web without knowing the databaseURL.

Implementation

String? databaseURL;