google-cloud-firestore-extension policy

vjosyula
Participant II

Hi,

We are currently using the GCP's firestore database. Using google-cloud-firestore-extension i was able to POST and GET the data from firestore.

My question regarding query the data. I had used the following sample:

https://docs.apigee.com/api-platform/reference/extensions/google-cloud-firestore/google-cloud-firest...

though the sample works for plain JSON payload, I do not find any documentation which helps in querying nested JSON payload.

we have the following payload:

{

"clientId": "testId20",

"clientAppName": "Lastname",

"clientAppMembers":[

{ "Role": "Owner", "Email": "example@example.com" },

{ "Role": "Developer", "Email": "example2@equifax.com" }

}

We would like to query the data based on email from the collection. currently i can qury using clientId, clientAppName.

please help me with this @Anil Sagar @ Google @Dino @Dino-at-Google

0 2 178
2 REPLIES 2

vjosyula
Participant II

@Anil Sagar @ Google@Dino@Dino-at-Google please help me with this issue.

This seems like a firestore question. I'm sorry I don't know the firestore querying capabilities. Maybe you could inquire on a firestore forum?