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 1c4c683 commit 509769aCopy full SHA for 509769a
auth/manage.js
@@ -16,7 +16,7 @@ function getUserProfile() {
16
17
// The user's ID, unique to the Firebase project. Do NOT use
18
// this value to authenticate with your backend server, if
19
- // you have one. Use User.getToken() instead.
+ // you have one. Use User.getIdToken() instead.
20
const uid = user.uid;
21
}
22
// [END auth_get_user_profile]
0 commit comments