-
-
Notifications
You must be signed in to change notification settings - Fork 344
Binding support for Vue 3 !? #898
New issue
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
Comments
I have started developing it but it isn't finished. It will probably be out in the following week. I have the work on a private repository before moving it to a different branch on this repo |
It's nice to hear that. Thanks again for your efforts on this awesome project. |
Glad to hear, I wanted to check on the progress. Thank you. |
It is very good to know that. I would also like to thank you for your efforts on this really useful project. I'm just waiting for your update to move my project to Vue 3. |
@posva Can you give us an update for supporting Vue 3? Thank you. |
@posva Do you maybe have a time in mind for this? |
Assuming this is still broken? |
I'm lining up with the others, any news on this? Would love to try it :) |
Use the npm tag next |
Any news for Vue 3 support? |
@posva Any news here? |
I'm still learning about Vue 3, and try to use Vuefire for my upcoming projects. Then, I am experiencing with the official examples from vuejs.org (https://codesandbox.io/s/github/vuejs/vuejs.org/tree/master/src/v2/examples/vue-20-firebase-validation) which is using Vue 2. Then, I am trying to use Vue 3, but the binding function doesn't work:
update with latest packages
<script src="https://unpkg.com/vue@next"></script> <script src="https://unpkg.com/[email protected]/dist/vuefire.js"></script> <script src="https://www.gstatic.com/firebasejs/7.2.1/firebase.js"></script>
then
`
Thanks for your reading
The text was updated successfully, but these errors were encountered: