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
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...