Comment by 999900000999
9 months ago
You define the data schema client side.
That's the entire idea behind Firebase. It makes prototyping much faster. I don't know how well it scales, but it works for most smaller projects.
9 months ago
You define the data schema client side.
That's the entire idea behind Firebase. It makes prototyping much faster. I don't know how well it scales, but it works for most smaller projects.
Wait until you hear about ORMs.
I still have to create tables. I still have to migrate tables, these are all things I don't need to worry about with firebase.
It all depends on what you need to actually do. The only real weakness of Firebase is the Google lock in.
You still have to worry about data migrations without a schema though. Unless you just never access old records.
1 reply →