Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/manage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function getUserProfile() {
1616

1717
// The user's ID, unique to the Firebase project. Do NOT use
1818
// this value to authenticate with your backend server, if
19-
// you have one. Use User.getToken() instead.
19+
// you have one. Use User.getIdToken() instead.
2020
constuid=user.uid;
2121
}
2222
// [END auth_get_user_profile]

0 commit comments

Comments
 (0)
close