getGoogleApiForMethod
全部标签 当我尝试通过电话进行身份验证时,出现以下错误。W/BiChannelGoogleApi(12340):[FirebaseAuth:]getGoogleApiForMethod()returnedGms:com.google.firebase.auth.api.internal.zzal@489我在Stackverflow和其他地方检查过相同的错误,但没有在任何地方找到正确的解决方案。pubspec.yml中的变化dependencies:flutter:sdk:flutter#ThefollowingaddstheCupertinoIconsfonttoyourapplication.
当我尝试通过电话进行身份验证时,出现以下错误。W/BiChannelGoogleApi(12340):[FirebaseAuth:]getGoogleApiForMethod()returnedGms:com.google.firebase.auth.api.internal.zzal@489我在Stackverflow和其他地方检查过相同的错误,但没有在任何地方找到正确的解决方案。pubspec.yml中的变化dependencies:flutter:sdk:flutter#ThefollowingaddstheCupertinoIconsfonttoyourapplication.
这是我的注册Activity。我正在尝试使用Firebase创建一个createUserWithEmailAndPassword并向用户的个人资料添加一些详细信息,例如全名、地址和电话号码。在使用电子邮件和密码创建用户时,我想在分配给新用户的“用户”数据库中的唯一ID下添加用户配置文件。publicvoidsignUpButtonClicked(Viewview){if(!TextUtils.isEmpty(email_text)&&!TextUtils.isEmpty(pass_text)){mAuth.createUserWithEmailAndPassword(email_tex