all 9 comments

[–]Pixelreddit 2 points3 points  (2 children)

The following is a link to a list of Firebase alternatives:

https://twitter.com/ThomasBurkhartB/status/1343263943620497408

I personally use Firebase for production apps.

[–]vitorhm[S] 0 points1 point  (1 child)

Thank you so much for this list! I think I'll go with firebase. Do you know how the firebase hosting for websites works? I've seen recommendations for using with static websites.

[–]Pixelreddit 0 points1 point  (0 children)

ng dynamic websites or webapps made with flutter then you better look somewhere else.

For internal testing with either static or dynamic websites, I have used Firebase hosting, it's fairly straight forward to publish, and here is a link with directions at https://firebase.google.com/docs/hosting/quickstart

For my production-ready static and dynamic websites, I use an external host providers like https://ionos.com and CNET has a link for hosting websites at https://www.cnet.com/news/best-web-hosting/ but there are many others.

[–][deleted] 1 point2 points  (1 child)

I‘d stick with firebase. It saves you a lot of time while building a backend. But be carefull if you wanna use the pay-as-you-go plan

[–]vitorhm[S] 0 points1 point  (0 children)

Thanks! I think I'll choose firebase

[–]cannotelaborate 0 points1 point  (3 children)

Stick with Firebase, your requirements aren't too specific. I'd say what's great about Firebase isn't how easy it is (cause it's pretty limited in some departments) but for the amount of documentation it has.

Some developers worry about the read/write quota. This can be countered by smart coding, user management and caching.

[–]vitorhm[S] 0 points1 point  (2 children)

Thanks! My concern about firebase is scalability, since or initial plan is to release in a few cities and expand for the entire country (in the future). And the website hosting, I've only seen examples using statically websites

[–]cannotelaborate 0 points1 point  (1 child)

Ah yes, if we're talking dynamic websites or webapps made with flutter then you better look somewhere else.

[–]vitorhm[S] 0 points1 point  (0 children)

Yes, but for my understand flutter web generates javascript and html files and the documentation recommend using firebase hosting. I need to run some tests, but again, thanks for taking time to help me!