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
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...