I'm currently using cloud datastore.. But tempting to use firestore cause its easier in the app... However my raw data schemas are often not exactly what i want to expose to the app.. I know it solvable with firestore, but only with firestore's solution..
Also the pricing setup, im just not sure about it.
Currently i have decoupled all database layer operations behind a Repository service in Golang.
Comments
I'm currently using cloud datastore.. But tempting to use firestore cause its easier in the app... However my raw data schemas are often not exactly what i want to expose to the app.. I know it solvable with firestore, but only with firestore's solution..
Also the pricing setup, im just not sure about it.
Currently i have decoupled all database layer operations behind a Repository service in Golang.