I'm changing my mind and trying to get the heart rate using the companion api.
I'm currently using fitbit studio to communicate with my phone,
but I want to send a file from here. Can I create a txt through fitbit studio?
I think this is something that JavaScript cannot do. Is this correct?
Answered! Go to the Best Answer.
Best AnswerThat is correct. Your only options are to use fetch() or WebSocket to send the data to a server.
Best Answer👍
What you're trying to do isn't easy, but it can definitely be done.
Best Answer