Can anyone port firebase-arduino library for energia?
I need to send data to firebase using cc3220 for my project. I think only one file need to be change but I am not getting anything. The link is: https://github.com/firebase/firebase-arduino
Thanks in advance.
Firebase provides REST Api. Can this Api be used to post data? I tried to make a post request but it is not working.
The API link is: https://firebase.google.com/docs/reference/rest/database/
Hello, I want to connect cc3220 to firebase database. Earlier I was using Esp8266 with firebase-arduino library but Energia do not support this library. How can it be done on cc3200?