I have an app that successfully runs on my device when installed locally via Android Studio. However, after uploading the app to the PlayStore and installing from there, I get a Failed to bounce to type error when querying data from Firebase. Why would the app only fail when downloaded from the PlayStore?
com.firebase.client.FirebaseException: Failed to bounce to type at com.firebase.client.DataSnapshot.getValue(Unknown Source)
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "time" (class ciceroapps.tether.na.j), not marked as ignorable (0 known properties: ])