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
You can use this.$firestoreRefs to get the refs of documents.
I think it would be cleaner to use ref as a non-enumerable, read-only property like the ID. I would suggest that using the dollar syntax would avoid conflicts.
So then you can access the ref by doc.$ref
The text was updated successfully, but these errors were encountered:
You can use
this.$firestoreRefs
to get the refs of documents.I think it would be cleaner to use ref as a non-enumerable, read-only property like the ID. I would suggest that using the dollar syntax would avoid conflicts.
So then you can access the ref by doc.$ref
The text was updated successfully, but these errors were encountered: