-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
- Loading branch information
There are no files selected for viewing
15 comments
on commit cd5681f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont know what is the reason esp8266 is not connecting to my firebase after this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please tell me why we must to change this sha1 fingerprint? in the furture, I use this library to sell my product, but it's depend on fingerprint code? How to fix this and make the library stable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
esp8266 not connecting to firebase even after changing fingerprint. please try to resolve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved. Working as earlier. After updating library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unable to connect to firebase for my esp8266 node mcu board.
also updated library
still not connecting
can any one please help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. It works!
You need to close all your Arduino IDE window when you are updating the fingerprint and re-open it again afterward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was not able to read/write values from firebase.
Resolved the issue after updating the library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am still unable to connect to my Firebase database. Can anyone help me?
I have reinstalled the library, then closed all my Arduino IDE windows and re-uploaded the code to my D1 mini. When I run the demo example I am getting "Setting/number failed" on the serial monitor. When I try to get a value, all I am getting are 0's .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Setting/number failed
Please refer #315
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you guys! it's working :)
Changing fingerprint didn't work so, I tried to remove the library and check if its really removing the library in Arduino IDE ( I am using 1.8.5 ) before I reinstall it. To my surprise it's not removing the library properly, so I just installed everything from scratch on another computer and it works fine. Maybe a complete fresh install of Arduino IDE and it's libraries should do the trick.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you guys! it's working :)
Changing fingerprint didn't work so, I tried to remove the library and check if its really removing the library in Arduino IDE ( I am using 1.8.5 ) before I reinstall it. To my surprise it's not removing the library properly, so I just installed everything from scratch on another computer and it works fine. Maybe a complete fresh install of Arduino IDE and it's libraries should do the trick.
Just delete arduino-firebase library located at
Documents\Arduino\libraries\firebase-arduino-master
And install latest version of firebase library, will solve the problem.
No need to remove entire IDE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mayoogh I have already tried that. For some strange reason that did not work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arduino: 1.8.5 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 115200, 4M (3M SPIFFS)"
Build options changed, rebuilding all
In file included from C:\Users\GamesOri\Documents\Arduino\libraries\firebase-arduino-master\src/Firebase.h:30:0,
from C:\Users\GamesOri\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:22,
from E:\Arduino Code\NodeContFirebase\NodeContFirebase.ino:6:
C:\Users\GamesOri\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseObject.h:109:11: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6
std::shared_ptr<StaticJsonBuffer<FIREBASE_JSONBUFFER_SIZE>> buffer_;
^
In file included from C:\Users\GamesOri\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:22:0,
from E:\Arduino Code\NodeContFirebase\NodeContFirebase.ino:6:
C:\Users\GamesOri\Documents\Arduino\libraries\firebase-arduino-master\src/Firebase.h:86:11: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6
std::shared_ptr<StaticJsonBuffer<FIREBASE_JSONBUFFER_SIZE>> buffer_;
^
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
help me please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new fingerpint!
B6 F5 80 C8 B1 DA 61 C1 07 9D 80 42 D8 A9 1F AF 9F C8 96 7D
Go to "Arduino/libraries/firebase-arduino-master/src/FirebaseHttpClient.h"
and change kFirebaseFingerprint[] = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
from old: "E2 34 53 7A 1E D9 7D B8 C5 02 36 0D B2 77 9E 5E 0F 32 71 17"
to new: "B6 F5 80 C8 B1 DA 61 C1 07 9D 80 42 D8 A9 1F AF 9F C8 96 7D"
I used the website https://www.grc.com/fingerprints.htm
and type in "test.firebaseio.com" and got the new fingerprint.
bookmark it so you can change it yourself next time around!
credit to #439 (comment)