DatabasePlatform constructor

DatabasePlatform({
  1. FirebaseApp? app,
  2. String? databaseURL,
})

Gets an instance of FirebaseDatabase.

If app is specified, its options should include a databaseURL.

Implementation

DatabasePlatform({this.app, this.databaseURL}) : super(token: _token);