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

Getting encryption key error #45

Closed Najeeb-Idrees closed 4 years ago

Najeeb-Idrees commented 4 years ago

Android Error: [TempID] Error getting Temporary IDs

Cloud Function error is below. Screenshot from 2020-05-01 19-17-26

I follow all the mentioned steps. But it seems there is some issue while getting encryption key from GCP in code.

Note: I am using "aes-256-gcm" encryption that I already set in the config.js file. DO we need to add this encryption type somewhere else too? Or how I can get rid of this error.

OS: Ubuntu 18.04 Node: v10.20.1 Npm: 6.14.4 Firebase-tools: firebase-tools@8.2.0

Najeeb-Idrees commented 4 years ago

Fixed it after https://github.com/opentrace-community/opentrace-cloud-functions/issues/20