Does react-firebase-hooks support the latest version of firebase?
I'm trying to set up basic authentication in my Next App with Firebase and firebase hooks. Whenever I pass the firebase.auth() instance to the hook import {useAuthState} from 'react-firebase-hooks/auth' import firebase from 'firebase/compat/app'; import 'firebase/compat/auth'; export default function App({ Component,…