-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud Firestore #76
Comments
It's not possible right now due to the following reasons.
|
hi, please we can use gRpc server with Nanopb or samth with ESP32 DEVICE ? |
Due to gRPC is based on protobuf then you need to compile all protobuf dependencies too. I also try nanopb to compile proto files but some proto files can't compile. Finally I use protobuf-c to compile and generate .c and .h instead. I can't see the open source of gRPC framework that supports ESP32 for now, only some close source that compile only for google voice assistance. Still no further update from esp team |
@mobizt thanks for ur reply yes me to iam using **nanopb ** and i have probleme when i compile this line : bool status = pb_encode(&stream, TestMessage_fields, &message); what u thing its possible to send data to visual studio server grpc with protobuf-c from esp32 ? |
If that system (PC, device or server) can install gRPC and protobuf. But gRPC is not available for esp32 then nothing to do, we can't send/receive message to/from gRPC server. |
yes yes , but what u thing with node.js and python in esp32 ? |
node.js in esp32, no |
hi, @mobizt i found PJON-gRPC what u thinks i can send data to grpc visual studio server ??? |
@mobizt |
@SERIDJ I focus only on how to use gRPC for Google Firestore in esp8266 or esp32 device. |
@Patys |
How to change program use esp8266 from realtime database to be cloud firestore?
give me clue problem solution
thanks
The text was updated successfully, but these errors were encountered: