bportaluri / WiFiEsp

Arduino WiFi library for ESP8266 modules
GNU General Public License v3.0
548 stars 210 forks source link

Connect to Firebase Database using WiFiESP #216

Open sebasbose opened 2 years ago

sebasbose commented 2 years ago

Is there a way or any specific method to use this library to connect my Arduino project with Firebase in order to Read/Write data to a database?? I've tried using the available Firebase libraries but they don't seem to be compatible with the ATMega2560's architecture. Any ideas on how to solve this issue?