Paul G
Paul G
Would be nice if we were be able to change images and background Colours for groups as well not only for the buttons. Is there any plans todo something?
Can I prevent click on the step somehow? I don't want to allow moving to the next step (unless user let's say filled form)
Awesome idea, but I can't manage how to correctly use it with nuxt, do you have any hints?
in /pages/auth/signin.vue page line: #36: return this.login(firebaseUser.uid) in incorrect, here should be return this.login(firebaseUser.user) nevertheless this example repo saved a lot of time! Thanks!
### Describe the change When using example from [documentation](https://h3.unjs.io/examples/handle-session#options) cookie somehow get wrongly formatted: But if I add `maxAge` to `cookie` object then everything is ok, so not sure if...
**Describe the bug** After update to 0.3.3 doesn't load components anymore **Screenshots** 
Can you please clarify why I can't get `loggedIn.value` on SSR is this intended behaviour? here is how my code looks like: ``` const { $auth } = useNuxtApp() const...