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
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...