opentrace-community / opentrace-android

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

opt issue #7

Closed rez20004 closed 4 years ago

rez20004 commented 4 years ago

from the debug screen.. i am getting this message when testing for the OTP anyone can help please. D/OnboardingActivity: NOT-IDLE signInWithCredential:success D/TempIDManager: NOT-IDLE [TempID] Error getting Temporary IDs D/OnboardingActivity: NOT-IDLE Retrieved Temporary ID successfully W/Utils: NOT-IDLE get handshake pin (failure): NOT_FOUND E/OnboardingActivity: NOT-IDLE Failed to retrieve HandShakePin NOT_FOUND I/PhoneAuthProvider: Sms auto retrieval timed-out.

slxe6 commented 4 years ago

Hi rez20004, you need to setup the corresponding firebase function from opentrace-cloud-functions repo in order to get the getHandShakePin function to work.

rez20004 commented 4 years ago

Hi rez20004, you need to setup the corresponding firebase function from opentrace-cloud-functions repo in order to get the getHandShakePin function to work.

Hi slx6 am gettitng this error message although i checked everything is fine: This app is not authorized to use Firebase Authentication. Please verify that the correct package name and SHA-1 are configured in the Firebase Console. [ App validation failed. Is app running on a physical device?

rez20004 commented 4 years ago

Issue resolved. needed to reconfigured firebase

vishaljoseph commented 4 years ago

Hi rez20004,

I'm having a similar issue inspite of setting up cloud functions and adding the SHA fingerprint. Can you please elaborate on how you solved this?