Eduardo San Martin Morote
Eduardo San Martin Morote
a plugin would be part of the package, but not sure yet of the features to add yet
but using the `created` hook instead of `fetch` doesn't wait for it before rendering on SSR, waiting for the action is the whole point. @krisztianodor let me update the comment,...
@krisztianodor that is something being tracked at https://github.com/vuejs/vuefire/issues/83
Will have to think about a convenient api to customize keys that works well with nested documents
Small update: Things are working really well, I just released an alpha version. The reason is taking so much time is because there's a lot of edge cases for refs...
it's the ~`key`~ `id` attribute. It's non-enumerable, so it doesn't appear when copying the object
sorry, I meant `id` 😆
No, don't worry, the realtime db will still be supported and receive bug fixes and even feature requests in vuefire v1. I will probably spend more time working on v2...
@tukutela it's a promise now (see the issue content below)! I really need to write some docs for this 😆
Moving to Firestore gradually looks really complex since you will have to mix both dbs collections and that can quickly become a pain. It's not supported yet but I will...