Open
Description
Describe your environment
- Android Studio version: 4.1.2___
- Firebase Component: auth____ (Database, Firestore, Storage, Functions, etc)
- Component version: 20.0.2_
Describe the problem
SMS auto read does not work with the latest version of the libraries .
Steps to reproduce:
In the sample just add the the json and required application Id . onVerificationCompleted()
callback does not get called in the latest version of the library . If we use the old version onVerificationCompleted()
gets called automatically with out needing OTP.
Working
implementation platform('com.google.firebase:firebase-bom:25.10.0')
Not working
implementation platform('com.google.firebase:firebase-bom:26.4.0')