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
Right now, you need to use something as this.$bindAsObject(`contacts_${key}`). Handling deep paths (my.nested.array.0.property) may be supported in future releases
I'm using geofire and when an object enters into my radius I want to fetch the details and pop it into an array.
Something like:
However is just creates a variable on the instance with the literal string so I can't iterate through
contacts
.Is there a suggested way of doing this?
The text was updated successfully, but these errors were encountered: