Flutter-Blog-App
Flutter-Blog-App copied to clipboard
Consider different database?
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?