Google Firebase Library for ESP8266 and ESP32

preview_player
Показать описание
This library is available in the library manager in Arduino IDE. Just search for "ESP8266 Firebase" or "ESP32 Firebase" by Rupak Poddar and install the latest version. If you go with this step, you don't have to download and install anything manually.

To install zip library manually,
Download the Firebase library for ESP8266 from here:

Download the Webhook library for ESP8266 from here:

Download the Firebase library for ESP32 from here:

Download the Webhook library for ESP32 from here:
Рекомендации по теме
Комментарии
Автор

It does not work now. Error compiling even example code!

wattd
Автор

the sample works, but if i add the code to my project it will not work...

hoornhecht
Автор

This does not work. Is this library depreciated now?

marianoproietti
Автор

string
in this line error is showing in cpp file that "control reaches end of the function".how to fix this?

Infinite_Mainak
Автор

is working? I try but can't get it to work.

pablocentral
Автор

you did out a really great job with the library you built up. however, I have a couple of questions I wanna ask you: 1) how could I reduce the latency during the upload process (it takes a lot of time for uploading data to the db)? 2) how could I upload a json file (I mean multi tags in once)? thanks a lot for helping me out

sandrosvideos
Автор

GREAT WORK BROTHER BUT IN INDIA PEOPLE ARE NOT GETTING INTEREST TO LEARN TECH STUFF

learnallday
Автор

Following on from my comment below, I got it to work. All you have to do is change this
In the cpp file
Firebase::Firebase(String projectID){
//_host = projectID+".firebaseio.com";
_host =
_httpsClient.setInsecure();
}
project ID + the remainder of url to match your setup in firebase

marianoproietti