I use the Firebase verification service to authenticate users using SMS.
I read the Firebase documentation which:
Also note that entering a phone number requires a physical device and will not work on the emulator.
The question is, how can I continue development using the emulator without checking? How to force authentication or any other way to continue development?
java android android-emulator android-studio firebase-authentication
AndroidDeveloper
source share