Can Thingspeak and Firebase talks to each other?

Vertical Farm on 12 Jul 2021 (Edited on 12 Jul 2021)
Latest activity Reply by Christopher Stapels on 16 Jul 2021

For example, I can send my latest Thingspeak data to firebase platform? Or I can update my Thingspeak field data from Firebase?

Vinod
Vinod on 12 Jul 2021

You can use an on data insert request to execute MATLAB code that also sends the data to firebase using its REST API .

Vertical Farm
Vertical Farm on 14 Jul 2021

Could you further explain your answer? I don't quite understand. Is it like I need to change my code in MATLAB Analysis part?

Christopher Stapels
Christopher Stapels on 16 Jul 2021

You can use the webread() and webwrite() commands to interact with external API's. You can add these commands to your MATLAB analysis script. Then you can use the react app to trigger the code you wrote in the analysis app. One possible setting is to trigger the code to run every time any data is added to you channel. This is "on data insert". The getting started tutorial is a really great resource to get familiar with ThingSpeak concepts, I think it would really help you feel comfortable with ThingSpeak capabilities and terminology.

Tags

No tags entered yet.