Thanks to visit codestin.com Credit goes to github.com
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 a8bdc97 commit 2e5ab68Copy full SHA for 2e5ab68
auth/app/src/main/java/com/google/firebase/quickstart/auth/MainActivity.java
@@ -72,7 +72,7 @@ public void getUserProfile() {
72
73
// The user's ID, unique to the Firebase project. Do NOT use this value to
74
// authenticate with your backend server, if you have one. Use
75
- // FirebaseUser.getToken() instead.
+ // FirebaseUser.getIdToken() instead.
76
String uid = user.getUid();
77
}
78
// [END get_user_profile]
@@ -291,4 +291,4 @@ public void onComplete(@NonNull Task<AuthResult> task) {
291
});
292
// [END auth_with_github]
293
294
-}
+}
0 commit comments