I'm saving a TimeStamp object in Firebase realtime db. When i try to fetch it, i get the error: com.google.firebase.database.DatabaseException: Class com.google.firebase.Timestamp does not define a no-argument constructor. If you are using ProGuard, make sure these constructors are not stripped.
I'm saving a TimeStamp object in Firebase realtime db. When i try to fetch it, i get the error:
**`com.google.firebase.database.DatabaseException: Class com.google.firebase.Timestamp does not define a no-argument constructor. If you are using ProGuard, make sure these constructors are not stripped.`**
This happens while running in my android app