We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a4f0b commit 1fd0e3fCopy full SHA for 1fd0e3f
snippets/auth-next/index/auth_set_language_code.js
@@ -10,5 +10,5 @@ import { getAuth } from "firebase/auth";
10
const auth = getAuth();
11
auth.languageCode = 'it';
12
// To apply the default browser preference instead of explicitly setting it.
13
-// firebase.auth().useDeviceLanguage();
14
-// [END auth_set_language_code_modular]
+// auth.useDeviceLanguage();
+// [END auth_set_language_code_modular]
0 commit comments