Ali Guliyev

Results 8 comments of Ali Guliyev

I am facing the same issue my **db.json**: https://my-json-server.typicode.com/Ali-Guliyev/Ali-Guliyev-Portfolio

Same issue. `signInWithPopup` works but `signInWithRedirect` doesn't: ```vue import { getRedirectResult, signInWithRedirect, GoogleAuthProvider } from 'firebase/auth' import { useFirebaseAuth } from 'vuefire' const auth = useFirebaseAuth() function signInWithGoogle() { signInWithRedirect(auth,...

@Johnnyevans32 , this fixes the issue for me: https://stackoverflow.com/questions/77270210/firebase-onauthstatechanged-user-returns-null-when-on-localhost

I am trying integrate the aos with nuxt.js app as well, I tried using plugins and adding mixins, but both of them aren't working

Thank you @laurensV for a detailed and working solution! And also the problem that you said about the animation not happening after renavigating to pages luckily doesn't appear in my...

Thanks for the suggestion! I explored implementing per-item `estimateSize` using a function. **The Challenge:** `reka-ui`'s `ComboboxVirtualizer` currently only accepts `estimateSize` as a static number, not a function. The underlying `@tanstack/vue-virtual`...

Hey @benjamincanac ! Just noticed the release notes didn’t include my name for this PR — no worries at all, but if possible could it be added for attribution? Thank...

@benjamincanac , after your changes in https://github.com/nuxt/ui/commit/56ae8e7 this issue hasn't been fixed completely, I know we are waiting for the Reka UI's response in https://github.com/unovue/reka-ui/pull/2288 but let's until then have...