草庐IT

Firebase-auth

全部标签

iOS - Firebase 错误 : Use of unresolved identifier FIRApp running supplied code

当尝试将XCode配置为与Firebase3一起使用时,使用设置文档中的代码会出现错误:https://firebase.google.com/docs/ios/setup#add_the_sdkimportUIKitimportContactsimportFirebase@UIApplicationMainclassAppDelegate:UIResponder,UIApplicationDelegate{varwindow:UIWindow?//contactsvarcontactStore=CNContactStore()funcapplication(application:U

iOS - Firebase 错误 : Use of unresolved identifier FIRApp running supplied code

当尝试将XCode配置为与Firebase3一起使用时,使用设置文档中的代码会出现错误:https://firebase.google.com/docs/ios/setup#add_the_sdkimportUIKitimportContactsimportFirebase@UIApplicationMainclassAppDelegate:UIResponder,UIApplicationDelegate{varwindow:UIWindow?//contactsvarcontactStore=CNContactStore()funcapplication(application:U

ios - 在新的 Firebase 中,如何在 xcode 中使用多个配置文件?

嘿,我正在玩新的firebaseiOSSDK,在我的项目中,我只有一个目标,我创建了两个配置,Debug和Release,具有不同的bundler标识符,但似乎从firebase下载的配置文件只支持一个包标识符。所以有人知道如何在多包标识符xcode项目中使用firebase吗?谢谢! 最佳答案 更新:见Firebase官方文档https://firebase.google.com/docs/projects/multiprojects更新了更简单的解决方案:为两个GoogleService-Info.plist保留相同的名称将一个

ios - 在新的 Firebase 中,如何在 xcode 中使用多个配置文件?

嘿,我正在玩新的firebaseiOSSDK,在我的项目中,我只有一个目标,我创建了两个配置,Debug和Release,具有不同的bundler标识符,但似乎从firebase下载的配置文件只支持一个包标识符。所以有人知道如何在多包标识符xcode项目中使用firebase吗?谢谢! 最佳答案 更新:见Firebase官方文档https://firebase.google.com/docs/projects/multiprojects更新了更简单的解决方案:为两个GoogleService-Info.plist保留相同的名称将一个

ios - 如何在应用程序启动时阻止 Firebase 记录状态更新

每当我启动FireBase应用程序时,它都会记录各种Firebase功能的状态。现在这是正在记录的内容:Configuringthedefaultapp.FirebaseAnalyticsv.3200000startedToenabledebugloggingsetthefollowingapplicationargument:-FIRAnalyticsDebugEnabled(see...)SuccessfullycreatedFirebaseAnalyticsAppDelegateProxyautomatically.Todisabletheproxy,settheflagFire

ios - 如何在应用程序启动时阻止 Firebase 记录状态更新

每当我启动FireBase应用程序时,它都会记录各种Firebase功能的状态。现在这是正在记录的内容:Configuringthedefaultapp.FirebaseAnalyticsv.3200000startedToenabledebugloggingsetthefollowingapplicationargument:-FIRAnalyticsDebugEnabled(see...)SuccessfullycreatedFirebaseAnalyticsAppDelegateProxyautomatically.Todisabletheproxy,settheflagFire

firebase - 如何从 Flutter 退出 Google Auth?

我能够成功-使用Google和Facebook使用firebase登录用户:firebase_auth.dart、flutter_facebook_login.dart、google_sign_in.dart我可以从不同的小部件使用此功能注销firebase用户:Future_signOut()async{finalFirebaseAuth_firebaseAuth=FirebaseAuth.instance;return_firebaseAuth.signOut();}现在这是对两种类型的登录(Google和Facebook)的包罗万象,我如何确定用户是否是Google身份验证用户,

firebase - 如何从 Flutter 退出 Google Auth?

我能够成功-使用Google和Facebook使用firebase登录用户:firebase_auth.dart、flutter_facebook_login.dart、google_sign_in.dart我可以从不同的小部件使用此功能注销firebase用户:Future_signOut()async{finalFirebaseAuth_firebaseAuth=FirebaseAuth.instance;return_firebaseAuth.signOut();}现在这是对两种类型的登录(Google和Facebook)的包罗万象,我如何确定用户是否是Google身份验证用户,

firebase - Flutter:无法使用静态访问访问实例成员 'signInWithGoogle'。 (static_access_to_instance_member 在)

我尝试为我的Flutter项目进行lint,我有一个用于登录和注销谷歌帐户的类API,Linter更喜欢在这些方法之前删除静态(使用Google登录并注销)。我无法在View中调用这些函数。这是我的代码:API.dartclassFBApi{FBApi(this.firebaseUser);...FuturesignInWithGoogle()async{finalGoogleSignInAccountgoogleUser=await_googleSignIn.signIn();finalGoogleSignInAuthenticationgoogleAuth=awaitgoogleU

firebase - Flutter:无法使用静态访问访问实例成员 'signInWithGoogle'。 (static_access_to_instance_member 在)

我尝试为我的Flutter项目进行lint,我有一个用于登录和注销谷歌帐户的类API,Linter更喜欢在这些方法之前删除静态(使用Google登录并注销)。我无法在View中调用这些函数。这是我的代码:API.dartclassFBApi{FBApi(this.firebaseUser);...FuturesignInWithGoogle()async{finalGoogleSignInAccountgoogleUser=await_googleSignIn.signIn();finalGoogleSignInAuthenticationgoogleAuth=awaitgoogleU