I am trying to sync data from firebase using AbstractThreadedSyncAdapter. For that I have written some firebase onPerformSync method.
The problem is that as soon as this method is called app crashes.
Error on logs: FirebaseApp with name [DEFAULT] doesn't exist
Can anyone help?