FirebaseOptions constructor
FirebaseOptions({})
Implementation
FirebaseOptions({
required this.apiKey,
required this.applicationId,
required this.projectId,
this.databaseUrl,
this.gaTrackingId,
this.gcmSenderId,
this.storageBucket,
});