The following error is giving me a hard time. I\'m trying to update a single field in a document stored in my Firestore project.
E/AndroidRuntime: FATA
This problem occurs when your are initializing the Firestore object multiple times in many processes. So instead of declaring it again and again, declare it globally and use accordingly..
Thanks to @hatboysam, it works now. The solution is as simple as can be:
Clear the data in the application manager on the device.
Then run the app again.