coder21Original post
Web Developer
does this mean i can store google or email authentication data in all these instead of appwrite's database?
Summary
Title: Using a different database for authentication data in Appwrite
Message: Yes, you can use a different database for storing authentication data in Appwrite instead of Appwrite's built-in database. Appwrite supports using any MySQL or compatible database as its backend. This allows you to store Google or email authentication data in a different database if desired.