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
Is it possible to use withConverter to convert streaming data from Firestore directly within a firestoreAction action so that objects can be transformed/converted to custom types?
I tried it but the issue is that bindFirestoreRef(..) requires a firestore.CollectionReference<firestore.DocumentData> | firestore.Query<firestore.DocumentData> as second parameter (the query/Firestore reference). So you cannot just append .withConverter(...) to the query that is handed to the bindFirestoreRef(...).
Is this possible somehow?
michaelmov, EmilienLeroy, jkins, cvharris and Chippdcharles-allen and Chippd