opentrace-community / opentrace-android

OpenTrace Android app. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
577 stars 225 forks source link

Invalid Code #46

Closed supernovahimura closed 4 years ago

supernovahimura commented 4 years ago

Hi, can you guide me based on this error?

D/UploadFragment: records: [] status: [] D/UploadFragment: NOT-IDLE Invalid code

alexissinglaire commented 4 years ago

@supernovahimura : have you hardcoded the PIN using the approach below? after you change the code in getUploadToken.ts you need to redeploy the firebase functions.

await storeUploadCodes(['1234']); inside getUploadToken.ts

supernovahimura commented 4 years ago

Thanks @alexissinglaire now it's working