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.
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 :
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. :))
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 :
previous test :

Please help and advice. Thanks
email : [email protected]
The text was updated successfully, but these errors were encountered: