PLEASE REPORT THIS AT https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues: Tried to serialize an unsupported type: com.google.firebase.Timestamp, error: TypeError: javaObj.entrySet is not a function
Seeing this issue on Android, not iOS. Looks like something with a timestamp field.
Thanks for reporting - fix will be part of 7.4.5. Then com.google.firebase.Timestamp will be serialized to a JS Date object.
Most helpful comment
Thanks for reporting - fix will be part of 7.4.5. Then
com.google.firebase.Timestampwill be serialized to a JS Date object.