firebase-arduino icon indicating copy to clipboard operation
firebase-arduino copied to clipboard

Arduino samples for Firebase.

Results 101 firebase-arduino issues
Sort by recently updated
recently updated
newest added
trafficstars

Update new fingerprint for firebaseio.com -US server

/* RetroWatch Arduino is a part of open source smart watch project. Copyright (C) 2014 Suh Young Bae This program is free software: you can redistribute it and/or modify it...

I've a problem connecting the ESP8266 board to Firebase (sketch is correct), but the board connects to the wi-fi, I've already updated the Arduino Json Library and i reinstalled the...

bug

``` }; static const char kFirebaseFingerprint[] = "03:D6:42:23:03:D1:0C:06:73:F7:E2:BD:29:47:13:C3:22:71:37:1B"; // 2020-02 "CF:6C:F8:33:A3:FB:42:4A:49:0A:E7:72:24:53:1A:11:A2:C1:34:0D"; //2022-03 #endif // `FIREBASE_HTTP_CLIENT_H` ```

Hey Guys i have this really annoying issue that the IDE throws a fatal error, File not Found exception when i include the library. I wasted two weeks of searching...

update fingerprint certificate in FirebaseHttpClient.h header file as it expired on 22-02-2022.

![Screenshot (5)](https://user-images.githubusercontent.com/88360699/127953601-31e0c15e-c586-47de-91eb-bf72ab325ccd.png) ![Screenshot (7)](https://user-images.githubusercontent.com/88360699/127953655-9d2a93b2-6690-4149-aaa1-c95d73309fbd.png)

Hi. Has anyone had problems with your Nodemcu and Firebase connection? everything worked correctly until today. Is someone having this problem?

bug

C:\Users\abc\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp: In member function 'virtual void FirebaseHttpClientEsp8266::begin(const string&)': C:\Users\abc\Documents\Arduino\libraries\firebase-arduino-master\src\FirebaseHttpClient_Esp8266.cpp:47:50: error: no matching function for call to 'begin(const char*, const char [60])' 47 | http_.begin(url.c_str(), kFirebaseFingerprint); | ^ In file included...