Trying to use Firebase is the most horrible experience in my life
I was trying to use FlutterFlow as I like it very much but it keeps asking for Firebase access and so I attempted to setup a Firebase account for the client I am developing for and this is what I get: Sorry we cannot create an account at this time, please Contact Support, we are unable to create billing profiles at this time.
SO tell me, what if I build my business on this platform and it does this?! and guess what?! Noone to call, no phone number and when you click on the link that says Get Support it dumps you at some generic support portal with no instructions. Firebase is 100% crap. I need to find an alternative to use with Flutter.
22 comments
[ 3.0 ms ] story [ 51.1 ms ] threadYou're getting my upvote because you were able to control yourself and not say get off my lawn.
Also, you said what I was going to say.
Finally, I wonder if the author is using the literary technique called "hyperbole"? These days, it is hard to know.
Do you know what “pedantic” means? And do you think maybe you’re being… that?
That's not what droll means. That's not what irony means. But you have pedantic nailed. As well as un-funny "sarcasm", the word you were probably struggling after . . .
This kind of routine friction ranks above breaking a shoelace, but just barely. We can all sympathize, I’m sure. No need for the public whinging.
If I had to go with something like Firebase, I'd stand up a Supabase instance. At least then I'd know I had control over the backend, being based on Postgres. (Though I'd rather just code to the RDBMS directly, sticking with what's stable, not what's cool)
For most projects I use the realtime database and authentication. The database is very fast and the realtime feature is essential for some of my projects. Authentication is free no matter how many monthly users I have.
I also use storage and hosting, where I get excellent performance.
All but one of my projects work within the free tier. The one project that sometimes exceeds the free tier is generally less than $1 per month. My projects are fairly small, but I know that for large projects, there might be more economical solutions somewhere else.
For me, I would highly recommend Firebase to other developers.
I've used firebase for many apps - albeit not enterprise level - and they have been very performant and efficient. No issues tbh. But ive never paid for firebase so i cannot speak to the paid teir.
All it is under the hood is websockets, no sql db, oauth, and html/js. Yes you COULD write those integrations yourself, but doing it for many apps or for POCs would be tedious and difficult to maintain. firebase was a great playground to go from idea to code to prod quickly.
Is it the best cloud solution for enterprise production or multi tenant saas platforms... Probably not lol
its a solid framework for real time db and hosting but imo its struggling to keep up with competitors (aws, cloudflare, pocketbase, and my current fav supabase)
My bet is that google is shifting money and engineering time towards AI hype as opposed to firebase cloud infrastructure. Also they bought out firebase way back and googlefied it, then i guess you're seeing the final result
tldr: check out supabase