Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/cmake/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
React本机Firebase电话身份验证-身份验证/会话过期错误_Firebase_React Native_Firebase Authentication - Fatal编程技术网

React本机Firebase电话身份验证-身份验证/会话过期错误

React本机Firebase电话身份验证-身份验证/会话过期错误,firebase,react-native,firebase-authentication,Firebase,React Native,Firebase Authentication,React Native Firebase Phone Auth-Auth/session expired错误,显示何时验证OTP build.gradle/app apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services' implementation platform('com.google.firebase:firebase-bom:27

React Native Firebase Phone Auth-Auth/session expired错误,显示何时验证OTP

build.gradle/app

    apply plugin: 'com.android.application'
    apply plugin: 'com.google.gms.google-services'
    

      implementation platform('com.google.firebase:firebase-bom:27.0.0')
        implementation 'com.google.firebase:firebase-analytics'
        implementation 'com.google.firebase:firebase-auth'
    implementation "androidx.browser:browser:1.2.0"
    
   
build.gradle/android

    buildscript {
        ext {
            buildToolsVersion = "28.0.3"
            minSdkVersion = 21
            compileSdkVersion = 28
            targetSdkVersion = 28
             ndkVersion = "20.1.5948944"
         }
    
  

classpath("com.android.tools.build:gradle:3.5.2")
  classpath ('com.google.gms:google-services:4.3.5')
    PLEASE HELP ME

请提供您用于处理电话身份验证流的代码,因为错误与您使用的SDK版本无关。较新的设备能够在后台为您验证OTP,但您没有正确处理此问题。在后台登录后,您仍在尝试让用户输入已使用的OTP。