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

Please help and advice. Can't read value from firebase #281

Closed
QuinnQaisha1207 opened this issue Aug 30, 2017 · 3 comments
Closed

Please help and advice. Can't read value from firebase #281

QuinnQaisha1207 opened this issue Aug 30, 2017 · 3 comments

Comments

@QuinnQaisha1207
Copy link

I am beginner who learn firebase with wemos but i have problem in reading value from firebase. Previously the code could read the value and print the value but now the code can't read even print the value.
I use the code below to read the value of firebase :
Firebase.getString("door/Relay2");
Serial.print("Relay 2 :");
Serial.println(Relay2);
result :
untitled

previous test :
untitled1

Please help and advice. Thanks
email : [email protected]

@MertTurel
Copy link

Delete the FirebaseArduino library (its at Documents/Arduino/libraries for macOS) then import it again worked for me. I think the sha1 fingerprint update caused this you can try to change it manually from FirebaseHttpClient.h file to be sure. :))

@QuinnQaisha1207
Copy link
Author

Thanks a lot for your help and advice Mert
Thank you :D

@proppy
Copy link
Contributor

proppy commented Sep 8, 2017

Look like this was fixed with #277

@proppy proppy closed this as completed Sep 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants