Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/unit-testing/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Android中未知的Firebase服务崩溃_Java_Android_Firebase_Android Studio_Google Cloud Firestore - Fatal编程技术网

Java Android中未知的Firebase服务崩溃

Java Android中未知的Firebase服务崩溃,java,android,firebase,android-studio,google-cloud-firestore,Java,Android,Firebase,Android Studio,Google Cloud Firestore,我对我的代码几乎没有做任何更改,但今天,当我在我的设备上运行我的应用程序时,它给出了一个异常,并且没有从我的Firebase数据库中获取我的数据。我在StackOverflow和Github上查找了错误,这些是我访问过的链接 日志 W/ConnectionTracker: Exception thrown while unbinding java.lang.IllegalArgumentException: Service not registered: tin@934894f

我对我的代码几乎没有做任何更改,但今天,当我在我的设备上运行我的应用程序时,它给出了一个异常,并且没有从我的Firebase数据库中获取我的数据。我在StackOverflow和Github上查找了错误,这些是我访问过的链接

日志

W/ConnectionTracker: Exception thrown while unbinding
    java.lang.IllegalArgumentException: Service not registered: tin@934894f
依赖关系

implementation 'com.google.firebase:firebase-analytics:17.4.2'
implementation 'com.google.firebase:firebase-firestore:21.4.3'
implementation 'com.google.firebase:firebase-auth:19.3.1'
如果您想从Logcat获得更多数据,或者想查看我的任何代码,请进行注释。
谢谢大家!

对于firebase相关问题,您可以向免费firebase支持部门报告以获得进一步帮助:我可以查看您获得的所有Logcat吗
E/FirebaseInstanceId: binding to the service failed
implementation 'com.google.firebase:firebase-analytics:17.4.2'
implementation 'com.google.firebase:firebase-firestore:21.4.3'
implementation 'com.google.firebase:firebase-auth:19.3.1'