does this mean i can store google or email authentication data in all these instead of appwrite's database?
These are options to act as the backend for the Appwrite Storage service - that is, when you upload a file to Storage, where it actually lives
You can technically have Appwrite use any MySQL (or compatible, eg MariaDB) database as its backend.
But could I just ask, what would be your usecase for using Appwrite Auth, but storing the auth data outside of Appwrite?
Recommended threads
- database documents relationships
after migrating from 1.7.4 to 1.8, database get document and list documents is getting results but with no relationship values, the relationship attribute will...
- Getting CORS error when accessing websit...
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-ra...
- How to ByPass the Hostname restriction f...
Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname...