firebase-arduino
firebase-arduino copied to clipboard
Arduino samples for Firebase.
Hello guys Sorry for this low level question xD It's about using this library in order to connect to my firebase through GPRS of SIM808. Is it possible ? Where...
I would like to know if there is already a method to monitor and / or manage from (arduino, ESP32, ESP8266, etc.) the consumption of downloads (10GB) to the database...
Anyone please let me know how to retrive data when realtime database updated so that not to download data from db again and again because of only 10gb limit of...
i tried to connest esp to the Firebase i'm having a problem. Esp is connected to the internet. When I upload the code to esp it dosen't show any errors,...
ok guys I solved the problem and I understood where the error is. first download the latest firebase library available here on git but you absolutely have to check by...
So i was trying to stream data from firebase it shows **path and data** field correct but type field getting some garbage value i found other guy having same issue...
I have a question , I want to control 2 motor , i using esp32 nodeMcu, i connect with mqtt, and sent json control , now I want to control...
//#include //#include //#include //#include //#include //#include //#include //#include //#include #include #include #include "time.h" #define FIREBASE_HOST "bin-latest.firebaseio.com" #define FIREBASE_AUTH "UxBJgEfPoitAhBJqrhP7gIDmY6snCFwsUiylPyFI" #define ARDUINO_ARCH_ESP8266 #if defined ARDUINO_ARCH_ESP32 || defined ARDUINO_ARCH_ESP8266 static const char...
i am using FirebaseArduino.h library to send data on firebase database, but i have trouble in creating subchild for my project. we can create multiple child like, Firebase.set("Value1",0); Firebase.set("Value2",1); it...
Using exactly the example FirebaseStream_ESP8266 (but without the oled display instructions), returns garbage reading the event type event: 9⸮95⸮.⸮? I tried with other firebase projects/db without success, but "path" and...