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
When i upgrade to the latest version WithConverter returns a plain Javascript Object instead of the requested class.
This seems to be a bug in rxfire. Se this issue as well: FirebaseExtended/rxfire#93
Version info
Angular: ^18.2.0
Firebase: ^10.12.0
AngularFire: ^18.0.1
How to reproduce these conditions
Steps to set up and reproduce
Create a class, run a query with a converter, debug the output of the query.
Expected behavior
A query with the withConverter operator should return the class not a plain javascript object.
Actual behavior
It returns a plain javascript object.
The text was updated successfully, but these errors were encountered:
Hi,
When i upgrade to the latest version WithConverter returns a plain Javascript Object instead of the requested class.
This seems to be a bug in rxfire. Se this issue as well: FirebaseExtended/rxfire#93
Version info
Angular: ^18.2.0
Firebase: ^10.12.0
AngularFire: ^18.0.1
How to reproduce these conditions
Steps to set up and reproduce
Create a class, run a query with a converter, debug the output of the query.
Expected behavior
A query with the withConverter operator should return the class not a plain javascript object.
Actual behavior
It returns a plain javascript object.
The text was updated successfully, but these errors were encountered: