Use emulator with sms authentication android firebase

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?

+7
java android android-emulator android-studio firebase-authentication
source share

No one has answered this question yet.

See related questions:

3606
Close / hide Android soft keyboard
3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
2609
Is there a unique identifier for an Android device?
2510
How to keep Android activity state by saving instance state?
2097
Is there a way to run Python on Android?
1214
Rename package in Android Studio
1188
How to get the build / version number of your Android app?
960
How to rotate the Android emulator screen?
556
How to declare global variables in Android?

All Articles