1 min readFeb 7, 2019
Hi ,
Currently the Firebase library is only supported to the esp8266 board. We cant use it with a GSM module cause GSM module supports only HTTP technology and firebase needs HTTPS technology.
A workaround to this is sending the data to another HTTP server ( php, express, java etc ) and forward the data from it to firebase.
Hope it helps