Using AT commands to connect to firebase
Posted: Thu Jul 08, 2021 6:34 am
Hi guys, I would like to know if it is possible to use at commands to communicate to an ESP8266 that will then log on to a Firebase database to get information. I have a processor that is already communicating to an ESP device using AT commands. I would now like to extend its functionality by being able to connect to Firebase. There are lots of examples to upload Arduino to the ESP to do that, but I want to do it via the standard AT commands since that is already part of a bigger project. Does anyone have an example of such code (The AT commands to use)? Is it possible?