mobizt / Firebase-ESP32

[DEPRECATED]🔥 Firebase RTDB Arduino Library for ESP32. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.
MIT License
415 stars 118 forks source link

Can it be used for Firestore too? #84

Closed mbariola closed 4 years ago

mbariola commented 4 years ago

Hi @mobizt ,

thanks for this library, I am trying to interface an old web hobby project of mine which uses firestore instead of firebase. Can this library be somehow used for firestore, or do you have any plans to create a firestore version?

thanks

mobizt commented 4 years ago

It can't use with Firestore now. But I have planned but can't implement due to gRPC is not support. I choose gRPC instead of REST because of real-time feature of Firestore is only available in gRPC.

mbariola commented 4 years ago

Understood. Thanks for the quick answer!