Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions snippets/auth-next/index/auth_set_language_code.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import { getAuth } from "firebase/auth";
const auth = getAuth();
auth.languageCode = 'it';
// To apply the default browser preference instead of explicitly setting it.
// firebase.auth().useDeviceLanguage();
// [END auth_set_language_code_modular]
// auth.useDeviceLanguage();
// [END auth_set_language_code_modular]