mobizt/Firebase-ESP8266

BUG FirebaseESP8266.h with version @^4.4.12 of Library

Marek128b opened this issue · 4 comments

Describe the bug
the function dose not work with esp8266 as the FirebaseESP8266.h file does not exist. error in addon RTDBHelper.h

#elif defined(ESP8266) || defined(MB_ARDUINO_PICO) #include <FirebaseESP8266.h> #endif

To Reproduce
Steps to reproduce the behavior:

  1. have a ESP8266 d1_mini_lite
  2. include #include <addons/RTDBHelper.h>
  3. See error

Expected behavior
no problems to import RTDBHelper.h

Screenshots
in Main.cpp
image

in addons/RTDBHelper.h
image

in PlatfomIO.ini
image

IDE and its version:

  • PlatformIO
  • Version [6.1.13]

Additional context
nothing more

Error is on your side instead and library works normally.

Check your library installation.
https://github.com/mobizt/Firebase-ESP8266/blob/master/src/FirebaseESP8266.h

Don't install library on network drive e.g. OneDrive.

For PIO, you have to clean the project when you edit the platformio.ini.

FYI.

All my libraries developed in PlatformIO and test for both PlatformIO and Arduino.