You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid serialization of DocumentReferences: when retrieving a document which contains references to other documents, the returned JSON object contains strings like "com.google.firebase.firestore.DocumentReference@d2335ee5" instead of valid reference paths.
Expected behavior
The JSON serialization should produce a valid firestore reference.
Reproduction
Steps to reproduce
letsomeDocument=awaitFirebaseFirestore.getDocument({reference: `some/reference`});letsomeData=someDocument.snapshot.data;console.log(someData.someReference);// what is logged: "com.google.firebase.firestore.DocumentReference@d2335ee5"// what should be logged: `some/anotherreference`
Plugin(s)
Version
7.0.0
Platform(s)
Current behavior
Invalid serialization of DocumentReferences: when retrieving a document which contains references to other documents, the returned JSON object contains strings like "com.google.firebase.firestore.DocumentReference@d2335ee5" instead of valid reference paths.
Expected behavior
The JSON serialization should produce a valid firestore reference.
Reproduction
Steps to reproduce
Other information
No response
Capacitor doctor
Before submitting
The text was updated successfully, but these errors were encountered: