React Native Firebase
    Preparing search index...
    • Sets the language code.

      // Set language to French
      await firebase.auth().setLanguageCode('fr');

      Parameters

      • auth: FirebaseAuthTypes.Module

        The Auth instance.

      • languageCode: string | null

        An ISO language code. 'null' value will set the language code to the app's current language.

      Returns Promise<void>