ThingSpeak connected to Firebase

Inés Saavedra Villafruela el 22 de Mzo. de 2023
Actividad más reciente Edición por Marie a las el 25 de Ag. 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.
Marie
Marie el 25 de Ag. de 2023 (Editada a las el 25 de Ag. de 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.