App class

Constructors

App({required String apiKey, String? authDomain, String? databaseURL, required String projectId, String? storageBucket, String? messagingSenderId, String? appId, String? database})
Creates (and initializes) a Firebase App with API key, auth domain, database URL and storage bucket.
const
App.fromJson(Map<String, dynamic> json)
factory

Properties

apiKey String
final
appId String?
final
authDomain String?
final
databaseURL String?
final
hashCode int
The hash code for this object.
no setterinherited
messagingSenderId String?
final
name String
Database Override DEFAULT
no setter
projectId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageBucket String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited