Skip to content

Help with retrieving one document and extracting the document fields into variables (ESP32 and Cloud Firestore) #531

Answered by mobizt
tanseowsean asked this question in Q&A
Discussion options

You must be logged in to vote

You need to know the Firestore REST API to use the library.

And you should understand the function parameters related to the Firestore REST API.

The library function description for runQuery is here.

// https://github.com/mobizt/Firebase-ESP-Client/tree/main/src#runs-a-query

And you will see the link to Firestore REST API documentation related to that function and parameters.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@mobizt
Comment options

@mobizt
Comment options

@tanseowsean
Comment options

@mobizt
Comment options

Answer selected by mobizt
@mobizt
Comment options

@tanseowsean
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants