标签: java android android-studio android-emulator firebase-authentication
我正在使用Firebase身份验证服务来使用SMS对用户进行身份验证。
我在Firebase documentation上读到:
另请注意,电话号码登录需要物理设备和 将无法在模拟器上运行。
问题是如何在没有验证的情况下继续使用模拟器进行开发?如何强制身份验证或任何其他方法继续开发?
答案 0 :(得分:8)
是。 可能,但仅限测试电话号码。
转到
<强> firebase console -> Authentication -> SIGN-IN Method -> Phone 强>
firebase console -> Authentication -> SIGN-IN Method -> Phone
并选中“用于测试的电话号码(可选)”字段。