FirebaseAuthException.missingAuthDomain constructor

FirebaseAuthException.missingAuthDomain()

Implementation

FirebaseAuthException.missingAuthDomain()
    : this(
          'auth-domain-config-required',
          'Be sure to include authDomain when calling firebase.initializeApp(), '
              'by following the instructions in the Firebase console');