Sets the language code.
// Set language to Frenchawait firebase.auth().setLanguageCode('fr'); Copy
// Set language to Frenchawait firebase.auth().setLanguageCode('fr');
The Auth instance.
An ISO language code. 'null' value will set the language code to the app's current language.
Sets the language code.
Example