vuejs / vuefire

🔥 Firebase bindings for Vue.js
https://vuefire.vuejs.org
MIT License
3.82k stars 323 forks source link

Detect nested refs in custom classes #1500

Open posva opened 4 months ago

posva commented 4 months ago

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

Proposed solution

Describe alternatives you've considered

No response