Review
Looking at your needs I can't find any reason to move from Firestore, if you're already using it. Could you describe possible things you have concerns over? In any case, using a cloud-based datastore (like Firestore or DynamoDB (AWS, though)) let you avoid running and maintaining your own database server(s). I would consider Firestore and cloud functions a bit of a sweet-spot, actually. The only thing you cannot do in a cloud function vs. a running server is cron jobs or other long-running maintenance taks or tasks needed to be done at certain intervals. but Google has a service that calls urls (as, for exaple cloud functions), so it can be solved that way instead.
0 views0
Comments