Hey, I am avinash, I am building a social media app using react, contextAPI, react query and appwrite as backend services. So basically I have built my SignUp and SignIn part, and now I want to add Google authentication. In my app, I have a relation between Users* and Posts so I have to save the users who will be logged in using Google and here I got stuck. I have searched everywhere but not getting the exact path to start. Is there anybody who has worked on a similar module/project that can help me? It will be appreciated, looking forward to a solution *🙏
I do that with a function. I trigger the function when a new user is being created and the function creates the new user in the users collection in the DB
Recommended threads
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- how can i make a relationship between a ...
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the s...