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
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- 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...