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.