FirebaseConfigRF constructor

FirebaseConfigRF({
  1. String? APIKey,
  2. String? AppId,
  3. String? MessagingSenderId,
  4. String? ProjectId,
  5. String? DatabaseURL,
  6. String? StorageBucket,
  7. String? IosClientId,
  8. String? IosBundleId,
})

Implementation

FirebaseConfigRF(
    {this.APIKey,
    this.AppId,
    this.MessagingSenderId,
    this.ProjectId,
    this.DatabaseURL,
    this.StorageBucket,
    this.IosClientId,
    this.IosBundleId});