
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
- Best practice for calling 3P APIs with p...
Hey everyone! Looking for guidance on the recommended approach for securely calling third-party APIs from my Appwrite-hosted application. **Current Setup:** - ...
- [Bug] `collection` is an unusable attrib...
**Reproduction** - Create a string attribute called `collection` in Appwrite databases - Create a new document using the `node-appwrite` SDK and assign any str...
- Session Secret not generating
Hello, im trying to use otp verification in my next js project but appwrite server is sending empty secret. i am attaching code where the error is occuring and ...
