ThingSpeak connected to Firebase
Inés Saavedra Villafruela
el 22 de Mzo. de 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 Comentario
Tiempo descendenteHello, 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.
Inicie sesión para participar