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

Issues with getTempsIDs #20

Closed shedevsn closed 4 years ago

shedevsn commented 4 years ago

In the log of firebase fonction i got error 500 with this function. It was working perfectly and then this error happen and i really not know what is wrong.

matiasmospan commented 4 years ago

same happens to me. Solved it using aes-256-gcm cipher

shedevsn commented 4 years ago

Solved by your answer. Thanks!