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

Missing bool flag initialisation to make compile as component of esp-idf #32

Closed anslex closed 5 years ago

anslex commented 5 years ago

Hello,

I am unable to push a fix. We need to replace all bool flag; by bool flag = false;

to be able to compile this library as esp-idf component

Best regards, Anslex

mobizt commented 5 years ago

Show me more information. Where is this issue in source code or example?

mobizt commented 5 years ago

Check the library update.