opentrace-community / opentrace-cloud-functions

OpenTrace Cloud Functions. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
273 stars 121 forks source link

how to implement processUploadedData #40

Closed cyberman9 closed 4 years ago

cyberman9 commented 4 years ago

Please how should the logic for processing the uploaded data be? code

qtangs commented 4 years ago

We have shared a reference implementation for processUploadedData, you can find the logic here:

https://github.com/opentrace-community/opentrace-cloud-functions/blob/master/functions/src/opentrace/processUploadedData.ts#L24