Google-cloud-datastore Questions
Ad
How to get the number of rows in a table in a Datastore?
In many cases, it could be useful to know the number of rows in a table (a kind) in a datastore using google application engine. there is not
How to access Google cloud library in python3 standard app engine project?
I'm trying to use the datastore in the google cloud sdk. when i try and import: from google.cloud import datastore
How to enable Cloud Firestore Native Mode using API / command line?
I'm writing a script for setting up a google cloud project and i'd like to use firestore. a new project, however, is by default in
How can I connect to Datastore (Firestore Native Mode) using Javascript for a demo website?
I had managed to get a simple display page working using firebase and firestore however the firestore in gcp console doesn't seem to give me the
How do I retrieve anything from cloud datastore in node?
I'm trying to access data that i have stored in datastore (in datastore mode). for some reason, i can't access any data it seems. things
Google Datastore can't update an entity
I'm having issues retrieving an entity from google datastore. here's my code: async function
How to migrate data from Mongo db to Firestore?
We want to migrate huge volume of data assume 20 million from mongo db to firestore. i know we can do this through programmatically but
rxjs subscription returning duplicates
After making a subscription from angular service, the returning results are bunch of duplicates. for every call, the number of duplicates increase
Firestore cloud functions - access variable in path
So i have this architecture in my db : test1/{test1id}/test2/{test2id} i want to interact with my db in cloud functions
Get Google Datastore entity using NodeJs
I'm trying with no success to retrieve my api key for a service stored as entity in the google cloud datastore from my nodejs server running on
Ad
What index do I need in Google Cloud Datastore to filter based on ID and another property?
I use google cloud datastore to store entities with a generated id by datastore as primary key. in addition, i store other properties for each
Google cloud functions: How to get access tokens in cloud function for the required scope?
We are deviating from datastore scheduled export
change google datastore to Firestore in the same application
I have used google datastore in my application and i want to migrate to google firestore. i keep getting this error message
How to delete data from datastore using NDB query in python?
I have data like this: { "queryvalue": "select name, site, phone, type, owner.name, createdby.profile.name from account",
Where should I load data in from a firebase in a UIViewController
I'm having trouble trying to figure out where i should load in the data from firebase into my app. i'm not sure where to load the data into
How do I send notifications from Google Cloud(GCP) via Firebase to an Android app
I know how to send messages from firebase cloud messaging portal to an android device. but my server runs on google cloud, i do gcloud app
Firestore doesn't support JavaScript objects with custom prototypes?
I'm using the node bigquery package, to run a simple job.
excludeFromIndexes: [] does not work. entity properties are still indexed
I have a transaction where i am saving an entity and i have an array excludesfromindexes.when the entity is saved it shows the properties as
Cloud Datastore Insert and Upsert Problems
I am facing a strange problem while inserting an additional property under an entity key.
Flutter Firestore plugin throws error when Archiving in Xcode
After updating to the latest version of the cloud_firestore plugin (cf pubspec.yaml below), the application would no
Is order preserved in Arrays/ListValues in Google Cloud Datastore?
When i store an entity in google cloud datastore with some property of type array, and i retrieve it later, it seems the order of values inside
Ad
Google Cloud Datastore query.add_filter doesn't work correctly
I've managed to save some data to google cloud datastore and now i'm planning on querying it to get meaningful data out. i've tried to
Google Cloud API Service authorisation failure - forbidden access
I am currently receiving the following error when attempting to access the google cloud service via a java client: caused by:
Cannot retrieve entity with generated id in Datastore
I'm using the google cloud datastore in a very simple way, and i try to retrieve an entity by its id. i've read
Why google appengine datastore entity key's value is so complex?
Entity kind account entity key ahjkzxz-ynvmzmfsb2hvcm5ocmrydqssb0fjy291bnqyagw id 2 why the entity key's value is
Google App Engine: Is it possible to do a Gql LIKE query?
Simple one really. in sql, if i want to search a text field for a couple of characters, i can do: select blah from blah where
How to create large number of entities in Cloud Datastore
My requirement is to create large number of entities in google cloud datastore. i have csv files and in combine number of entities can be around
NoSQL select timeRanges that cover a given timeRange
I am using google app engine's datastore as my database. i have a bunch of users let's call them providers that have given what time ranges they
"Cloud Datastore" permission for Google Compute Engine VM instance
While setting permissions for a new google compute engine vm instance, i noticed that "cloud datastore" is a service i can grant my vm access to.
Ad
Blog Categories
Ad