首页 > 解决方案 > 使用 Firebase 身份验证时出现奇怪的警告

问题描述

我正在使用最新版本的 Firebase 依赖项:

com.google.firebase:firebase-core:17.0.1
com.google.firebase:firebase-auth:18.1.0

和:

classpath 'com.google.gms:google-services:4.3.0'

身份验证工作正常,但我不断得到:

W/BiChannelGoogleApi:[FirebaseAuth:] getGoogleApiForMethod() 返回 Gms:com.google.firebase.auth.api.internal.zzaq@9bbf57c

每次我创建帐户或登录时。我已经在 SOF 上搜索了所有答案,但没有运气:( 我怎样才能摆脱这个警告?

标签: androidfirebasefirebase-authenticationgoogle-authentication

解决方案


推荐阅读