0

I integrated Firebase mobile verification in my Android app, but it's only working in the debug APK; and not in the release apk (otp not receiving in release version)

implementation 'com.google.firebase:firebase-auth:16.0.2'

Also, I generated SHA1 and pasted in Firebase config, and my google-service.json is the latest one.

Zoe
  • 27,060
  • 21
  • 118
  • 148
Muhsin
  • 47
  • 3
  • 11

1 Answers1

2

From this answer.

  • Get SHA-1 certificate fingerprint from Developer console and put it in Firebase.

enter image description here

Rumit Patel
  • 8,830
  • 18
  • 51
  • 70