Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Problem of library of firebase <FirebaseArduino.h> #382

@mHsuann

Description

@mHsuann

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:

  1. 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.
  2. Should install old library of firebase -- still cannot run

Please help me, thank you very much !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions