When using withConverter on collection it do not fetch inner refs #1492
Unanswered
Pawelrutka-bb
asked this question in
Questions and Help
Replies: 1 comment
-
I would say this is just not supported (at least yet): #1500 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
When using withConverter on collection it do not fetch inner refs
Steps to reproduce the bug
I have custom type
and converter
and I do
This yields that owner is not getting fetched automatically. Is there a bug or VuewFire API miss use ? If i skip withConverter, data is fetched.
Expected behavior
Refs are populated
Actual behavior
Refs are not populated
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions