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

Analyst Uploaded data #42

Closed Hoangtho11188 closed 4 years ago

Hoangtho11188 commented 4 years ago

Hi, with the uploaded data on Bucket storage, how do we know the phone number(or any info) that connected with our device? Please find my uploaded data here.

And what will we do with this function : processUploadedData Currently it's not implemented yet.

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