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
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- Appwrite Sites: ERR_TOO_MANY_REDIRECTS o...
So, my domain was working perfectly fine with Vercel. I was using cloudflare CDN (still am) but CNAME was DNS-only. I switched over to appwrite, CNAME is still ...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...