fairly new to appwrite, I have users logged through social auth, I want to display their name and email, in the profile page after they login.. need help please.
Maybe this can help - https://appwrite.io/docs/references/cloud/server-nodejs/users#get
Also, you can use our AI assistant, really handy! đź‘€
For e.g I used it and it showed me the sample code 🙂
Okay, Thank you, I'll try it and revert back in case of any doubts.. 🙏
Were you able to solve it?
Hi, I apologize for the late reply! I was trying to figure it out... The thing is I am, logging in users with social login(google) and I jusrt to get theri username to display...
I am using appwrite web
Assuming the session is working correctly, you can use account.get() to get info about the user (and validate they are logged in)
Thank you, I got it, It's working.
[SOLVED] get user details
Recommended threads
- endpoint variable
Appwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p...
- Appwrite SSL Certificate Failure
Hello, I need help releasing a stuck domain. My Domain: adilnaib.engineer My Project ID: 68fe0aee001e999b5d71 Error: Failed to add domain to Fastly: {"msg":"B...
- [BUG] I'm facing an issue while creating...
Here’s what’s happening: When I try to create a new Web app on my Appwrite console (backend.keplr.in), the browser console shows multiple errors: Uncaught (in...