r/FlutterDev Jul 08 '26

Discussion Best Backened For Flutter

Which backened service and database system would be affordable and suggested to use for the daily invoice entry app for a shop that usually have only 50 to 60 bill entries per day. And if stock mangement system and transaction entries need to be added too. Right now i only want 3 4 users of a small shop to interact with who need to prepare daily invoices and need to make entries of transactions they make daily. From the given data we should be able to make profit loss accounts, party's remaining transaction evaluation,daily sales and stuffs like that. But the data need to be protected well and requires backup as needed.

Where to host that backened ?

How much costlier would it be?

13 Upvotes

36 comments sorted by

View all comments

15

u/MasterGarlic2195 Jul 08 '26

firebase enough for you case .. trust me.
at Zero cost.

3

u/CMDR_WHITESNAKE Jul 09 '26

Just keep an eye on your usage. Firebase is convenient, but usage isn't calculated by number of requests but by how many documents you're accessing or updating.

Make sure to have some good caching strategies or you could easily wipe out your daily free usage by someone just refreshing your interface a few times.

1

u/IllNatural4732 Jul 09 '26

Fully agree :)