FirebaseAuthException.appNotAuthorized constructor

FirebaseAuthException.appNotAuthorized()

Implementation

FirebaseAuthException.appNotAuthorized()
    : this(
          'app-not-authorized',
          'This app, identified by the domain where it\'s hosted, is not '
              'authorized to use Firebase Authentication with the provided API key. '
              'Review your key configuration in the Google API console');