Scenario: user has a subscription where the size of the product can be updated. This results in the following data set Here’s a more visual example The subscription has a current size and an optional size history, which contains the updates and when they have been made. My goals are to: get the initial size of each subscription. If there
Tag: google-cloud-firestore
What is the equivalent of a collection and a document of firebase in sql?
My question is that what is the equivalent of a collection and a document of firebase in other databases like SQL or MongoDB, I know that there is a table in SQL but what is the equivalent of the …
Service that does advanced queries on a data set, and automatically returns relevant updated results every time new data is added to the set?
I’m looking for a cloud service that can do advanced statistics calculations on a large amount of votes submitted by users, in “real time”. In our app, users can submit different kind of votes like …