app property

FirebaseApp app

Returns the FirebaseApp for the current instance.

Implementation

FirebaseApp get app {
  return appInstance;
}