Inactivity, disconnecting from the service - using Android Firebase

Viewed 15988

I used firebase database in my application. The application is running when I run the application in the emulator. But when I run it again in emulate, I get this error "Inactivity, disconnecting from the service". The application is not opening at the splash screen waiting. why could it be. I looked at similar problems, but I did not get a clear answer. Thank you.

D/FA: Connected to remote service

V/FA: Processing queued up service tasks: 4

V/FA: Inactivity, disconnecting from the service

1 Answers

This problem mainly happens due to a value being :none: or empty inside firebase, you should add a certain condition being it an if clause so that you dont have to retrieve an empty value.

Related