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 :