start converting website from firebase to own api

I'm pretty lucky as in my own case there's virtually no search functionality required - so it works very well in my case. I enabled billing but the free tier is so high I still haven't spent anything for development.

39 bucks a month seems pretty high though - i

0 Likes
Bruce Author

@giancarlo yeah it was definitely great getting of the ground, but I noticed those things and thought better I switch early on, than having a bad surprise later on

0 Likes
Bruce Author

Firebase seems more like a prototyping tool to me now that I tried it, instead of something viable for a full web app. (Almost every app requires some sort of search and you don't want to be paying 39 bucks a month)

0 Likes
Bruce Author

Also, I don't like having to enable billing, because you can virtually spend everything if your security rules arent set correctly and somebody decides to just send millions of write requests to your firebase.

0 Likes
Bruce Author

don't get me wrong, the web API is fantastic, it's just lacking features I require and I thought that it will be easier to just write it on my own in the end

0 Likes
Bruce Author

@giancarlo it isn't very flexible, and I didn't even have tried any advanced use cases. It has its pros and I'm kinda sad to let it go (auth API is amazing with it), but for example, it doesn't have full-text search (so I need to buy algolia for $39 per month), it doesn't work well with db relations (you pay per query, so you'll end up storing not the key to the user, but the properties you need of the user on a different object to not double your costs), also you need to enable billing to be allowed to access the outside network from serverless functions

0 Likes

Interesting, how come are you getting away from it?

0 Likes

I am still a bit scared I will regret it in the long run - but to get started it's the best way :)

0 Likes

Please sign in to leave a comment.