我正在使用Firebase在本地本机应用程序中匿名登录。
令牌过期后,对firebase.auth().signInAnonymouslyAndRetrieveData()
和firebase.auth().currentUser.getIdToken()
的响应最多需要20秒。
未设置云功能。
我正在使用:
"react-native": "^0.56.0",
"react-native-firebase": "^4.2.0",
更新:
在这里卡住了一段时间
W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
W/BiChannelGoogleApi: [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzal@d101a93
W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
I/FirebaseAuth: [FirebaseAuth:] Loading module via FirebaseOptions.
I/FirebaseAuth: [FirebaseAuth:] Preparing to create service connection to gms implementation
关于如何减少响应时间的任何建议?