Uncaught exception in Firebase runloop (3.0.0)

前端 未结 7 1606
攒了一身酷
攒了一身酷 2020-11-28 08:43

I\'m using the latest firebase(9.0.2): build.gradle:

dependencies {
     ...
     compile \"com.google.firebase:firebase-database:9.0.2\"
     c         


        
相关标签:
7条回答
  • 2020-11-28 09:33

    I have this problem, this method work if the install is new, and this method work if put the code how:

            FirebaseDatabase.getInstance().setPersistenceEnabled(true);
            FirebaseDatabase database = FirebaseDatabase.getInstance();
    

    But if test in other device you need uninstall the app

    0 讨论(0)
提交回复
热议问题