I\'m using the latest firebase(9.0.2): build.gradle:
build.gradle:
dependencies { ... compile \"com.google.firebase:firebase-database:9.0.2\" c
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