Daniel Bächtold
Daniel Bächtold
Thanks @pi0, I'm not sure I'd know how to do so, without nuxt itself. But here is what I found out so far: - With Firebase Emulator (testing locally), it...
@pi0 Yes, here you go: https://github.com/danbaechtold/nuxt-img-fb (invited you) Result: https://smartrails-test-nuxtimgfb.web.app/
@benjamincanac I tried now, but it didn't solve it.
I can't, because storyblok would require an access token to work. But the case is quite simple: When adding a class, say "my-10" anywhere in say, "./app/components/MyComponent.vue", it works, but...
**I've found the solution:** By adding this to nuxt.config.ts, it works: ``` components: { dirs: [ { path: '~/storyblok', global: true }, '~/components' ] }, ``` (No change is required...
Ah.. maybe this could help, at some point I got these WARN logs with the old setup: > WARN warn - The purge/content options have changed in Tailwind CSS v3.0....
I have tried the latest version 3.14.1592, but it didn't solve the problem. (I don't have the permission to reopen).
OK, here it is (the repro - see readme for details): https://github.com/danbaechtold/nuxt-ui-issue-1978
Oh no 🤦 .. sorry, you where right! There was one little thing I've missed in my real project, when I had tried your suggestion: I have the 'storyblok' folder...
Hi @pr-Mais , In less than a month this extension (firestore-auth-claims) will no longer work. I really depend on this in several projects, and hope you'll provide an upated version...