next-firebase-ssr icon indicating copy to clipboard operation
next-firebase-ssr copied to clipboard

Use Next Router, Named Components

Open alpinstang opened this issue 3 years ago • 1 comments

Fixes arrow function console warning when running development, which causes a hot reload before authentication is complete, effectively breaking the example auth flow.

Use router instead of window.location.href to follow Next best practices.

alpinstang avatar Feb 22 '21 06:02 alpinstang

Down to merge this as soon as you fix all the merge conflicts on your end!

colinhacks avatar Feb 25 '21 04:02 colinhacks