ldiebold / quasar-ui-firebase

Simple firebase integration with the Quasar Framework
MIT License
7 stars 2 forks source link

Added Vite Support #5

Closed pratik227 closed 2 years ago

pratik227 commented 2 years ago

Added Vite Support

https://github.com/quasarframework/quasar/discussions/13919

dragonballa commented 2 years ago

Fantastic! is there a way to pull from this branch when i do quasar add ext firebase ?

pratik227 commented 2 years ago

I think you need to checkout this branch and then publish package from this branch

dragonballa commented 2 years ago

can you explain by publish package? on quasar?

pratik227 commented 2 years ago

So basically what I get is you are not planning to merge this PR but you want that we user run quasar ext add quasar-ui-firebase it uses this branch correct? Correct me if I'm wrong.

So you can fetch this branch you need to go to app-extension folder and just publish the app-extension and then when user run this command then it will work.

dragonballa commented 2 years ago

yes correct. thank you will give this a go!

ldiebold commented 2 years ago

Will merge this in, though I recommend using VueAuth as this repo will no longer be worked on.

quasar ext add @vueauth/auth

VueAuth basically unifies authentication across all providers!