Hello everyone,
Currently I have developed an application with Firebase as a database. However, because of the Firebase bill, I would like to migrate.
I would like to use Appwrite entirely to store and manage my data but I would like the authentication part to be managed by Firebase. Is this possible in FLUTTER ?
Thanks
TL;DR
Developed app using Firebase as DB, wanting to switch to Appwrite due to Firebase costs. Wants to use Appwrite for data management but Firebase for authentication in Flutter. Possible solution: You can integrate Firebase Auth with Appwrite DB by using Firebase Auth for authentication and Appwrite for data storage.