databaseUrl property

String? databaseUrl
final

Null when the project has no Realtime Database. The console writes firebase_url only once one exists, and a project using Firestore or Auth alone never gets one — so its absence is ordinary, not an error. initDatabase is where it has to be present.

Implementation

final String? databaseUrl;