firebase-arduino icon indicating copy to clipboard operation
firebase-arduino copied to clipboard

I install firebase-arduino-master already but arduino can't work (compiling error)

Open RDOK123 opened this issue 6 years ago • 10 comments

I install firebase-arduino-master already ,and I can call example on arduino,but when I verify it show this "C:\Users\user\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:20:18: fatal error: string: No such file or directory

compilation terminated.

exit status 1" but I already install firebase-arduino-master and I can find FirebaseArduino.h in that directory

RDOK123 avatar Feb 26 '19 13:02 RDOK123

https://github.com/FirebaseExtended/firebase-arduino/blob/master/src/FirebaseArduino.h follow this link

kingame96 avatar Feb 26 '19 14:02 kingame96

I have ckeck that link,and I already have the same file ,and then what I should to do?

RDOK123 avatar Feb 26 '19 18:02 RDOK123

Go to this link https://github.com/bblanchon/ArduinoJson/tree/v5.13.1 download the zip. Open arduino ide -> sketch -> include library -> add .zip library -> select the zip you just downloaded. And it would work fine. Make sure you have uninstalled the ArduinoJson if you already had it installed. For uninstalling just remove the folder ArduinoJson from C:\Users\yourusername\Documents\Arduino\libraries

phoenixxd avatar Mar 03 '19 01:03 phoenixxd

I am actually having a problem with this Library with Esp32. The Firebase.getString("path"); command takes more than 1sec to run, i am using this in house automation and in my loop i need to get at least 5 variables from FireBase and the hardware takes almost 8 seconds to react to the command. Any help? Thank you anyway.

Asif54321 avatar Mar 04 '19 16:03 Asif54321

still won't able to connect it. please help me guys my 400 marks project is totaly based on this, please

kevalshah1223 avatar Mar 25 '19 16:03 kevalshah1223

I am actually having a problem with this Library with Esp32. The Firebase.getString("path"); command takes more than 1sec to run, i am using this in house automation and in my loop i need to get at least 5 variables from FireBase and the hardware takes almost 8 seconds to react to the command. Any help? Thank you anyway.

You need not query the firebase for every five variable. Rather store data such that you retrieve a path and its children contain all the five different variables that you need. In this way it will take 1sec to fetch the data and in your code you can access the different values using firebaseobject class

phoenixxd avatar Mar 25 '19 16:03 phoenixxd

hello guys, am currently having issues with FirebaseArduino.h, i have it installed but it is giving me this error

Arduino: 1.8.9 (Windows 10), Board: "Arduino/Genuino Uno"

In file included from C:\Users\user\Desktop\Captain bashar\arduino codes\finger_final\finger_final.ino:18:0:

C:\Users\user\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:20:18: fatal error: string: No such file or directory

compilation terminated.

exit status 1 Error compiling for board Arduino/Genuino Uno.

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

elishatofunmi avatar Nov 05 '19 12:11 elishatofunmi

Hi, did you solve this problem? If you did, how did you solve? I have almost same problem.

iammechanic-dev avatar Aug 26 '21 12:08 iammechanic-dev

I have ckeck that link,and I already have the same file ,and then what I should to do?

Hey , Your problem got solved? CZ I am having the same issue.

Pritij23 avatar Apr 23 '22 10:04 Pritij23

Hey. Did anyone solve this?

Navodh1001 avatar Mar 30 '23 14:03 Navodh1001