FirebaseApp constructor

FirebaseApp(
  1. String name,
  2. FirebaseOptions options
)

Implementation

FirebaseApp(this.name, this.options);