You can chat about native SDK questions and issues here.

User avatar
By fabiann_gv
#92153 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?