himanshusharma89/Flutter-Blog-App

Consider different database?

Opened this issue · 0 comments

Currently, the app uses the Firebase Realtime database, should I change it to Cloud Firestore? but using a StreamBuilder with that might increase the calls simultaneously.
Should I consider a different DB like Supabase? with unlimited API calls?