nextjs-firebase-authentication
nextjs-firebase-authentication copied to clipboard
Is it possible to use your solution with react-firebase-hooks
Hi, first of all, I have to say I like your way of authenticating with next-iron-session and firebase a lot. It's clean, simple and secure. So thanks !
My question / concern is: how can your solution work with a client-side library like https://github.com/csfrequency/react-firebase-hooks ? We use that a lot, but it relies on the user being authenticated with firebase.Auth() on the client side.