Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hjk10156954yWhat's wrong with it?
Only used it in datastore mode and not intensive.
What did it mess up? -
neeno31464y@hjk101 If you only use firestore it's ok, but don't rely on cloud functions. They work but they're slow af.
Also I don't like noSQL databases anymore, I prefer relational DBs.
Nothing was actually messed up since my code was good, but I could have ended up with broken code on production, which obviously is bad. -
hjk10156954yNever used those in combination with firestore. At work we use cloud SQL. For a private project I use it because it's free. As the data is not too relational it is fine, but still with a relational db I could have done better (constrains mostly).
Good to know what to avoid thanks @neeno
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
I accidentally deployed a patch to the development server instead of the production server (which is what I wanted) and somehow it was also deployed to production. I have no idea how, but everything's working so idgaf. If it works it's all good.
rant
at least it works
mistake
deployment
wtf