Skip to content

Commit 2483946

Browse files
committed
Ran npm run snippets
Committer: Ersin Ertan <[email protected]>
1 parent 14f1778 commit 2483946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/auth-next/manage/auth_get_user_profile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (user !== null) {
1818

1919
// The user's ID, unique to the Firebase project. Do NOT use
2020
// this value to authenticate with your backend server, if
21-
// you have one. Use User.getIdToken() instead.
21+
// you have one. Use User.getToken() instead.
2222
const uid = user.uid;
2323
}
24-
// [END auth_get_user_profile_modular]
24+
// [END auth_get_user_profile_modular]

0 commit comments

Comments
 (0)