NtiuspFirebaseConfig constructor

NtiuspFirebaseConfig({
  1. String? apiKey,
  2. String? appId,
  3. String? messagingSenderId,
  4. String? projectId,
  5. String? storageBucket,
})

Implementation

NtiuspFirebaseConfig(
    {this.apiKey,
      this.appId,
      this.messagingSenderId,
      this.projectId,
      this.storageBucket});