Questions tagged [google-cloud-firestore]
4 questions
0
votes
1 answer
Google App Engine Instance is abruptly shutting down on Standard Environment
We are using Google App Engine in Standard environment to ingest large amount of data to Google Cloud Firestore with below configuration:
instance_class: B4
basic_scaling:
instances: 1
The overall data ingestion of 20GB takes around 1.5 hours.…

Vidhi Thakrar
- 9
- 3
0
votes
2 answers
GAE Standard: In what cases would I actually require a single instance to run permanently vs. spinning up only when there's user activity?
I'm looking to create a website on GAE utilizing the Node.js Standard environment. The website will be a two-sided marketplace (similar to Fiverr, Uber, Airbnb, etc.) where I'd be performing back-end logic and CRUD updates with the Cloud Firestore…

osrojas
- 1
0
votes
1 answer
Google Firestore "Collections failed to load"
Google Firestore console is not showing existing collections and not allowing me to create new collection. Its showing an error "Collections failed to load" on the console. I tried logging-out and logging-in but nothing changed. I am the owner of…
0
votes
0 answers
I am trying to import firestore databse to big query using extension, however the sub collections are not getting populated, have tried multiple ways
I want to sync Big Query with Firestore Database. I have used the extension to import Firestore DB to Big Query however the subcollections are not getting exported to Big Query. I have even tried to make multiple instances of each subcollection that…