AdminSdkConfig constructor

AdminSdkConfig({
  1. String? databaseURL,
  2. String? locationId,
  3. String? projectId,
  4. String? storageBucket,
})

Implementation

AdminSdkConfig({
  this.databaseURL,
  this.locationId,
  this.projectId,
  this.storageBucket,
});