We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I wanna use firestore in my web app and I found this. So I did
npm i vuefire@next
and I got this error↓
TypeError: _this.$bindAsObject is not a function
bindAsObject function was working well before I installed vuefire@next.
bindAsObject
How can I solve this problem??
Thank you!
The text was updated successfully, but these errors were encountered:
You don't need to specify anymore if it's a collection or a document 🙂 , so it's just $bind: https://github.com/vuejs/vuefire/blob/firestore/examples/index.html#L113
$bind
Sorry, something went wrong.
Thank you 😄
No branches or pull requests
Hi.
I wanna use firestore in my web app and I found this.
So I did
and I got this error↓
bindAsObject
function was working well before I installed vuefire@next.How can I solve this problem??
Thank you!
The text was updated successfully, but these errors were encountered: