coder21Original post
Web Developer
In my web application, i want to store the auth data after logging in from google and facebook into my own mongodb database
Summary
Question: How can I use Appwrite with my own MongoDB database?
Answer: Appwrite does not have a REST API to directly communicate with your MongoDB database. However, you can use Appwrite's functions feature to communicate and store data into your MongoDB. A possible use case could be storing authentication data from Google and Facebook login into your own MongoDB database.