How do I make api call to google provider to fetch user information after oauth2? I'm trying to implement google oauth2. Earlier I was using firebase, but turned out it doesn't work on mobile browers.
Get the session. There's a provider access token in the response you can use to make API calls to google
I've got the session, but I do not exactly know how to make the calls
I mean the session object. Do you have that?
Yess I have it:
That provider access token
I'm meaning to ask the method to make the api call
You'll need to refer to Google's documentation
Yupp I tried to find, but couldn't. Can you please share it for me, that'd be very helpful
Google search skills is important so I think you should practice 😁 what have you tried?
https://developers.google.com/identity/protocols/oauth2 Tried to find here, But anyways. I'll search more. Thank you for your help!
What did you Google?
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...