-->
Page 1 of 1

ESP8266 RTOS SDK AND Firebase

PostPosted: Fri Aug 27, 2021 4:06 pm
by fabiann_gv
I always use ESP8266 with Arduino IDE, I am currently working on a project with Google's Firebase platform, but recently I was asked to change the code to C. For this reason, I am using ESP8266 RTOS SDK, i already tried some examples with Eclipse IDE. This SDK works perfect for programming the ESP8266 peripherals. However, the problem is the communication with Firebase, I can't find a library to use Firebase directly with C just with Arduino IDE.

Someone has worked with Firebase but using C programming?