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

get error with library #10

Closed marius240 closed 5 years ago

marius240 commented 5 years ago

I get this error when i just try to compile the library

fatal error: HTTPClientESP32Ex.h: No such file or directory

Help anyone?

mobizt commented 5 years ago

You need to install HTTPClientESP32Ex library

marius240 commented 5 years ago

oh ok cool

marius240 commented 5 years ago

quick qustion,

why doesnt this work?

Firebase.setString("lul","lul");

marius240 commented 5 years ago

this doesnt work either:

Firebase.setInt("lul",2);

mobizt commented 5 years ago

See how to use in examples because API is different. Post your code for better hep.

mobizt commented 5 years ago

You need to modify your original code to match my API calls.

marius240 commented 5 years ago

hm ok cheking it out now