Posts by Renancco • 1 point
1 post
-
0
votes0
answers32
viewsQ: How do I get the Firebase session id for my session?
if (user) { // User is signed in. var displayName = user.displayName; var email = user.email; var emailVerified = user.emailVerified; var photoURL = user.photoURL; var isAnonymous =…