Hacker News new | past | comments | ask | show | jobs | submit login

Honest question: does any of you use Firebase and why (not)?



I do. I develop lot of MVPs for clients and personal projects.

1. It is the fastest way to build. Auth, notifications, DB, cloud functions, analytics. You have everything you need.

2. Generous pricing. You will be able to get most of the things done with minimal costs on infra.

3. Dev Friendly: Anybody who comes with firebase alternatives, I always look at the toolset. If you look at Firebase, the CLI is amazing.

On top of this, I simply love their emulators. You can test everything before hitting production. All in all, I simply love firebase. If they are able to get the cloud functions with go runtime it will be so nice. (Right now the option is to use Google cloud functions).


I’ve found their lack of a relational database a huge problem for any project that scales beyond trivial complexity.


It is easy enough to connect from firebase functions to a cloudsql instance and the pricing is pretty good for the lowest tier (which is also easily scaled up). That said, might as well just use gcp cloud functions instead.


Fair enough.

But what I really mean is that it would be cool to have Firebase db access SDKs and realtime capabilities, with a relational, non-proprietary database. If you plug in your CloudSQL or another managed database you don't get that, and have to write everything on your own.

Supabase seems to be going in this direction, and while I haven't tried them yet, I certainly see how it's an attractive proposition.


I do. If I were to attend a hackathon (which I haven't since 2020), I would use Firebase. It's simple and they sponsor every hackathon I've been to, so I get free credits.

That said, if I attend today and ignore sponsorships, I'd actually get DigitalOcean market place deployment of Appwrite. I honestly think it's quicker to get started with, and I like owning my data ;)


I had a couple of side projects running on Firebase until I discovered the open source alternatives. I can self-host on a $10 droplet which makes the costs very predictable




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: