ThingSpeak connected to Firebase

Inés Saavedra Villafruela on 22 Mar 2023
Latest activity Edit by Marie on 25 Aug 2023

Hello. I want to send the data that I have collected from the sensors and that is displayed on ThingSpeak to a databse in Firebase. How can I do it? I know I can use the REST API but where should I code the fetch? Thanks.
Marie
Marie on 25 Aug 2023 (Edited on 25 Aug 2023)
Hello, I think you can use the Firebase REST API to send the formatted data to your Firebase database. You can use MATLAB code to make an HTTP POST request to the Firebase REST API endpoint, including the data in the request payload.