firebase-arduino
firebase-arduino copied to clipboard
Arduino samples for Firebase.
`Arduino: 1.8.1 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use...
Hi, can anyone help me because I keep getting this error in Arduino IDE regarding a certain code in FirebaseError.h. I've tried to look at it in the header file...
I updated the fingerprint but the node mcu wont still connect to the firebase. In the serial monitor it says that pushing/logs failed:. `//Include Lib for Arduino to Nodemcu #include...
This is my code. #include SoftwareSerial s(D6,D5); #include #include #include #define FIREBASE_HOST "nodemcu-dc2ef.firebaseio.com" #define FIREBASE_AUTH "lGaJqqhMaw7oxekbJNjrz6EJU4mEMOJjOJJQlcUe" #define WIFI_SSID "Balakajan" #define WIFI_PASSWORD "sampung eight" void setup() { // Initialize Serial port...
C:\Users\nitis\OneDrive\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseObject.cpp: In member function 'bool FirebaseObject::isNullString(const String&) const': C:\Users\nitis\OneDrive\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseObject.cpp:71:57: warning: 'const char* ArduinoJson::Internals::JsonVariantCasts::asString() const [with TImpl = ArduinoJson::JsonVariant]' is deprecated: use as() instead [-Wdeprecated-declarations] 71 | return variant.is() && variant.asString()...
it would be nice to have a feature to know if the device is online or not. firebase's onDisconnect method is perfect for that and would be a nice fit...
Hi guys, Actually chatgpt recommended I work with your library to convert my current project to work with Firesotre in the same process that i'm doing with RTDB but i...
I have my sensor data in Structure sent via 433Mhz freq. and received in Arduino. The data is structured this way; ` struct Data { byte a; float b; float...
I'm trying to add a timestamp with some other data. If I run: `Firebase.pushJSON(fbdo, "/localWeather", "{\"temp\":\"" + temp + "\",\"humidity\":\"" + humidity + "\"}")` The data is uploaded successfully: ...
I kept geting this error for my board Nodemcu esp8266 it's connected to internet and i can get my ip address Board manager : V 2.7.4 Finger print latest :...