Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cloud Storage

I'm trying to send accelerometer and heart rate data from my Ionic to some sort of cloud storage service. Does anybody have any advice on how best to do this? All my code currently does is send data from the app to the companion. I'd appreciate any advice or assistance with this.

Best Answer
0 Votes
1 REPLY 1

You can use fetch() to POST the data somewhere. You'd just need to decide where you want to post it to!

 

https://stackoverflow.com/questions/29775797/fetch-post-json-data

Best Answer
0 Votes