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

ENHANCEMENT #47

Closed gibus27 closed 4 years ago

gibus27 commented 4 years ago

This is not really a problem but a request: do you think it is possible to implement the use of the FireBase Storage (not FireBase DataBase)? Example: store a picture as a file. Thank you, Alain

mobizt commented 4 years ago

It will be available in the next update which not published in the near future due to it takes time to develop. The next update included many features and changes, here is the progress.

Support OAuth2.0 token using Service Account... Completed Cloud Storage... Completed Cloud Firestore... Under development (unfortunately gRPC was not supported by ESP32 for now)

gibus27 commented 4 years ago

Thank you very much for your answer. It's really a very good development. Thanks again

99bit commented 4 years ago

@mobizt when this features will be realise??!(firestore support )

mobizt commented 4 years ago

The realtime feature of Firestore is not supported via REST APIs, then it's not worth to work in this way.

I am going to use protobuf (Google protocol buffer) and gRPC framework through HTTP 2 which recommended by google but it'ss not available (can't find the open-source library that targets to ESP32 right now.

99bit commented 4 years ago

@mobizt

Thank you for quick response

And also for gr8 library it made my work way easy 😍😍