Open
Description
I'm trying to implement react-redux-firebase v3 alpha with Gatsby v2, but I think I have issues with SSR.
I am passing the new ReactReduxFirebaseProvider component and registering it inside wrapRootElement in gatsby-browser.js. Everything works well in dev, but the project doesn't build. I couldn't find any useful documentation so far.
Here is a repo with the setup: https://github.com/matchatype/react-redux-firebase-gatsby