ThingSpeak connected to Firebase
Inés Saavedra Villafruela
on 22 Mar 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.
1 Comment
Time DescendingHello, 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.
Sign in to participate