nextjs-firebase-authentication icon indicating copy to clipboard operation
nextjs-firebase-authentication copied to clipboard

Is it possible to use your solution with react-firebase-hooks

Open tlays opened this issue 4 years ago • 0 comments

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.

tlays avatar Jan 23 '21 15:01 tlays