vuefire
vuefire copied to clipboard
Detect nested refs in custom classes
What problem is this solving
The automatic binding of nested references doesn't work if .withConverter() is used. It currently only works with plain js objects See extractRefs() in utils.ts
- See #1492
Proposed solution
- Safelist of classes to parse
- Automatically detect classes field while ignoring methods
Describe alternatives you've considered
No response