Duplicating firestore databases in different regions
How can I copy data from one firestore database to another in the same project but different regions?
Duplicating firestore databases in different regions
How can I copy data from one firestore database to another in the same project but different regions?
Duplicating firestore databases in different regions
How can I copy data from one firestore database to another in the same project but different regions?
Duplicating firestore databases in different regions
How can I copy data from one firestore database to another in the same project but different regions?
Importing data into Google Cloud Firestore database from AWS S3 Delta Lake
I’m considering using Firebase and its Cloud Firestore database. I have data in AWS Delta Lake on S3, of which a subset of the data needs to be exported into Cloud Firestore on a daily basis. The data may need to be converted into a form appropriate for Cloud Firestore – e.g. from a single Delta Lake table to one or more Firestore collections/subcollections. Moreover, the data will likely work best with upserts – as there will be some data that will either need to be updated or inserted. My estimate is approximately 100,000 records from my Delta Lake table will be exported to Cloud Firestore on a daily basis. The data in the Cloud Firestore will be read-only once loaded.
Modeling a game leaderboard with Firestore – does this count as a monotonically increasing field?
I have a video game model where I have a User
collection in Firestore where each document has a score
field. I want to query to get all users sorted by their score
, from highest score to lowest. To do this, I need to index the score
field and then I can query all users sorted by their score
.
Modeling a game leaderboard with Firestore – limitations with monotonically increasing field?
I have a video game model where I have a User
collection in Firestore where each document has a score
field. I want to query to get all users sorted by their score
, from highest score to lowest. To do this, I need to index the score
field and then I can query all users sorted by their score
.
Update in batch firebase
I’m trying to update a property(amount) in a document twice, once to decrease the amount and then to increase it. However it does not get decreased. Is there a conflict with the updates in the batch or is there something else going on?
Local client requests fail with 400 response (WebChannelConnection RPC ‘Listen’ stream transport error)
I’m trying to integrate with Firestore for the first time on my Next.js project, and everything is working on a local emulator. But when I try to make any request to my live database from my local environment, I see two requests to Listen, the second of which fails with a 400 response, and both requests are constantly retried for some time:
All client requests fail with 400 response (WebChannelConnection RPC ‘Listen’ stream transport error)
I’m trying to integrate with Firestore for the first time on my Next.js project, and everything is working on a local emulator. But when I try to make any request to my live database, I see two requests to Listen, the second of which fails with a 400 response, and both requests are constantly retried for some time: