Skip to content

esp32 Cloud Firestore send no value #525

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

You must be logged in to vote

Firestore works with document, then you have to get the document and parse for the field value you want.

To update, you need to update the document and marks the field that you want to change the value.

You should understand the concept of Firestore and learn the Firestore REST API documentation that the library works for.

Please try all examples that library provided to see what features that library can do and already implemented.

Library cannot cause your device freezes because all executions that blocks other processes e.g., sending the request and receiving response have time out.

You should debug your code, WiFi, SSL and memory that can cause the issue.

The library also provides the…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@HK09x
Comment options

@mobizt
Comment options

Comment options

You must be logged in to vote
1 reply
@mobizt
Comment options

Answer selected by mobizt
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