DEV Community

Obed Tandadjaja
Obed Tandadjaja

Posted on

Firebase/Firestore is becoming too complicated of a product. Am I the only one?

Does anyone feel like Firestore is becoming too complicated for the average user? I used Firestore for my most recent project and the amount of customization and options is just overwhelming. From security rules, cache vs. server fetch, snapshots, pending writes, etc. The product is not as beginner-friendly as it used to be before.

Am I the only one who feels this way?

Top comments (4)

Collapse
Β 
mikeisprogramming profile image
Mihaly Szigyarto β€’

You are not. I am a backend focused developer, so it's not the first db I've seen, but first time using firebase. It's api is terrible for me. I am googling for almost everything despite using typescript and often find outdated api solutions.

Collapse
Β 
psypher1 profile image
James 'Dante' Midzi β€’

I'm commenting because I would like to hear some thoughts.

I haven't used Firebase in a while

Collapse
Β 
ivan_jrmc profile image
Ivan Jeremic β€’ β€’ Edited

You can subscribe to posts by clicking on the subscribe button above the comment section.

Collapse
Β 
_bigblind profile image
Frederik πŸ‘¨β€πŸ’»βž‘οΈπŸŒ Creemers β€’

I think it's still beginner friendly, though I guess maybe they coulod do a better job of making it clear what you need to know for a basic app, and which things are advanced concepts?