Luca Ban
Luca Ban
@baumblatt i highly suggest you contact the official Capacitor community slack to ask for assistance in moving this plugin over to the community organisation. I know you are busy with...
I had the same question. I'm happy I found the answer here. This would be great in the readme as well!
@julianmc90 sadly the package is not compatible with capacitor 3... Also see: https://github.com/baumblatt/capacitor-firebase-auth/issues/136
Hi @huanjue Thank you for your answer. Is it possible to set up an API https endpoint for https://cn.stkey.win So that I can access and submit the form data from...
> I encountered the same problem, css cannot be loaded correctly when building lib mode. > > I created a plugin to temporarily solve this problem. > @chenyueban do you...
@ludmiloff you should never minify stuff in library mode in my opinion. Library mode means your package will be consumed by another dev's bundler like Vite, Rollup, Esbuild or Webpack....
@Kingwl thanks for the PR! is the default order going to be ```vue ``` OR ```vue ``` it's hard to tell from the PR markdown file alone. PS: I think...
@Kingwl https://vuejs.org/guide/typescript/composition-api.html Official Vue docs use `` So I think having the same default as that seems best : )
@dev1437 sure! And thanks so much for this implementation! I think it's easiest for me to test it if you could release it to npm once. @FloEdelmann are you comfortable...
@FloEdelmann i'd love to run it on my codebase once. From there if I find failures, I'll add those as test cases. I'll try to set up a fork and...