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
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...