You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Hello, when I ran example "FirebaseDemo_ESP8266" , I got a mistake as following: #include <FirebaseArduino.h> #include <ESP8266WiFi.h>
error message:
`
C:\Users\USER\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:20:18: fatal error: string: No such file or directory
#include
`
Then, I swap the code as following: #include <ESP8266WiFi.h> #include <FirebaseArduino.h>
Got the error:
`
C:\Users\USER\Documents\Arduino\libraries\ESP8266WiFi\src/ESP8266WiFiType.h:26:19: fatal error: queue.h: No such file or directory
#include <queue.h>
`
I found some possible problem:
Arduino IDE version INCOMPATIBLE -- Tried to use 1.8.5, 1.6.12 and failed; 1.6.9 doesn't have INCOMPATIBLE problem. But it still cannot run.
Should install old library of firebase -- still cannot run