firebase / firebase-cpp-sdk

Firebase C++ SDK
http://firebase.google.com
Apache License 2.0
278 stars 114 forks source link

Arduino/ESP8266/ESP32 support #1

Open Misiu opened 5 years ago

Misiu commented 5 years ago

Do You plan to add official support for Arduino/ESP8266/ESP32? There is library that is created by people from Google, but it isn't supported by Google - https://github.com/FirebaseExtended/firebase-arduino Because database secrets are deprecated this library is missing new auth schema - https://github.com/FirebaseExtended/firebase-arduino/issues/224

If this library would support Arduino/ESP8266/ESP32 then Firebase could be used widely with IOT devices.

Please consider this. The most important fearure is Realtime database support.

a-maurice commented 5 years ago

Hi @Misiu

While we do not currently have any plans to add support for Arduino, we do have Firebase Database support for Desktop platforms, and our build system is CMake, so if you wanted to try getting it set up yourself, that would be great.

Teknia commented 5 years ago

+1

anslex commented 5 years ago

+1

EgHubs commented 3 years ago

Any news :(

EgHubs commented 3 years ago

In case anyone needs it This great library solved the problem by auth with email and password