Frederik Vanhevel
Frederik Vanhevel
Updating to 8.0.0-rc.1 did help me get rid of this issue, but now HYDRATE is only called on initial page load, but not during regular page navigation. any ideas?
I noticed this useEffect (https://github.com/kirill-konshin/next-redux-wrapper/blob/master/packages/wrapper/src/index.tsx#L178) is never being called, event though `initialStateFromGSPorGSSR` is clearly a different value. So hydrate is never being called in my case. I'm clueless why this...
Same issue here? Any update?
Hi @blue-hope ! Thanks for working on this! Could you let me know what your `initializeApp` function looks like? I'm initializing firebase like this: ``` initializeApp({ credential: applicationDefault() }) ```...
Hey @Klaitos , that's what i have been doing but without luck. I'm impersonating the firebase service account that has the following permissions: And as for the end user, my...