[solved] Why doesn't the esp-01 module works correctly with PlatformIO IDE

Hmm, I added the library on Arduino IDE (1.6.9) with the option “Add .ZIP Library”, this full zip file:

But for PlatformIO, I only added the “src” folder, is it ok?

Hi @FPablo!
You should use same library structure as in library repository:

|
|-- lib
|   |-- FireBaseLib
|   |   |-- examples
|   |   |-- src
|   |   |-- etc

Hi, thanks that solved the problem.