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
Is it possible to map data during binding like in sqls that gets a specific collumn/property of a firestore/realtime database document? Like the array.prototype.map on querying
Is it possible to map data during binding like in sqls that gets a specific collumn/property of a firestore/realtime database document? Like the array.prototype.map on querying
this.$bind('documents', db.collection('documents').map(data => { return {name: data.name, age: data.age})
The text was updated successfully, but these errors were encountered: