firebase_authentication
全部标签 使用Firebase2.4时ref.updateChildren()使用HashMap,而不是HashMap(例如HashMap)获取IllegalStateException。>09-2918:03:21.680:E/AndroidRuntime(6863):FATALEXCEPTION:main>09-2918:03:21.680:E/AndroidRuntime(6863):Process:>com.xxx.xxx.xxx,PID:686309-29>18:03:21.680:E/AndroidRuntime(6863):java.lang.IllegalStateExcepti
真的需要帮助,这是我的Firebase存储安全规则servicefirebase.storage{match/b/shoppinglist-XXXX.appspot.com/o{match/{allPaths=**}{allowread,write;}}}这是我获取URL链接的Java代码storageRef=FirebaseStorage.getInstance().getReference();pathRef=storageRef.child("MyBook.pdf");storageRef.getDownloadUrl().addOnSuccessListener(newOnSu
想要使用Firebase发送PUSH并因此检索设备token。所以通过这个tutorial.但是在同步gradle时出现如下错误。问题是什么?按tryagain但没有任何效果。解析失败:com.google.firebase:firebase-messaging:10.0.0 最佳答案 转到AndroidSDKManager并安装以下两个库的最新版本1-GooglePlay服务2-谷歌存储库 关于android-无法解析:com.google.firebase:firebase-mess
我正在使用Firebase身份验证(使用Google帐户)开发一个Android应用程序,最近我每次尝试连接时都会遇到以下异常:com.google.firebase.FirebaseApiNotAvailableException:API:InternalFirebaseAuth.FIREBASE_AUTH_APIisnotavailableonthisdevice.atcom.google.firebase.zza.zzz(UnknownSource)atcom.google.android.gms.internal.zzzq$zzd.zzy(UnknownSource)atcom
我创建了一个显示聊天消息的函数,我遵循了教程,还查看了Firebase列表适配器的文档,但无论我做什么,我都会收到此错误:Error:(98,19)error:constructorFirebaseListAdapterinclassFirebaseListAdaptercannotbeappliedtogiventypes;required:FirebaseListOptionsfound:Chat,Class,int,DatabaseReferencereason:actualandformalargumentlistsdifferinlengthwhereTisatype-var
我正在尝试在我的应用程序中实现Firebase云消息传递(FCM)。我在Build.gradle中添加了以下依赖项并尝试构建发布构建变体。compile'com.google.firebase:firebase-messaging:15.0.0'Build.gradledependencies{compile'com.google.firebase:firebase-core:15.0.0'compile'com.google.firebase:firebase-messaging:15.0.0'}applyplugin:'com.google.gms.google-services'
我正在从FirebaseDatabase中获取一些数据,然后将它们放入一个array中,然后尝试将它们显示在一个List中,它是在自定义AlertDialog中。代码如下:query=mDatabase.child("child").child(anotherChild).child("yetAnotherChild");uProfile.setOnClickListener(newView.OnClickListener(){@OverridepublicvoidonClick(Viewview){query.orderByChild("someChild").addChildEve
这是我的Firebase数据{"ques":{"Chemistry":{},"Countries":{},"Film":{},"Geography":{},"GeneralKnowledge":{},"InformationTechnology":{},"Physics":{},"Sports":{},"Technology":{"-Ki0y2ojhgAkDKVFostV":{},"-Ki0ySAkiILNo2WSM7EO":{},"-Ki1-8R-5gfHJGl9bDYC":{},"-Ki1-fP2HlW0ejzVOGnD":{},"-Ki1-vihF3xgP81UPT5t":{},
我将其添加到我的项目中:implementation'com.google.firebase:firebase-messaging:19.0.0'和结果:ERROR:Manifestmergerfailed:Attributeapplication@appComponentFactoryvalue=(android.support.v4.app.CoreComponentFactory)from[com.android.support:support-compat:28.0.0]AndroidManifest.xml:22:18-91isalsopresentat[androidx.c
我在我的项目中添加了firebasecrashlytics依赖项,之后项目没有构建。https://firebase.google.com/docs/crashlytics/get-started?authuser=0&platform=android#android请问我可能做错了什么。谢谢R构建在这些行上失败implementation"com.google.android.gms:play-services-base:17.0.0"implementation'com.google.firebase:firebase-core:17.0.0'这是错误日志Task:app:proc