app property

FirebaseApp app
inherited

Returns the FirebaseApp for the current instance.

Implementation

FirebaseApp get app {
  return appInstance ?? Firebase.app();
}