-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facebook access token #142
Comments
I am looking for this answer too. The Firebase documentation show how to gain the Facebook access token if you are logging in with signInWithPopup. However, this is built into the Firebase UI code. I wonder if there is a function to get the access token of a signed in user? |
I already figured it out I will share it with you tomorrow. I don't have access to pc now. |
@csulit can you share how did you figured it? Thank you for advance |
|
Thank you so much. Is it safe if we store an access token in localstorage since it is can be read just by inspect the browser? |
I actually used localstorage to store the access token temporarily. This is just my test to check if I'm getting the token. |
How to get the user access token?
The text was updated successfully, but these errors were encountered: