In my web application, i want to store the auth data after logging in from google and facebook into my own mongodb database
You can’t directly connect your own MongoDB with Appwrite.
But You can use functions to communicate and store the data into your MongoDB.
could you provide some examples?
You can learn about functions here https://appwrite.io/docs/products/functions
Do you have REST API to communicate with your MongoDB?
Recommended threads
- Couldnt not do appwrite push tables
Not sure why i am not able to create my tables
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...