v^0.14.4
Next.js v12.2.3
Firebase v^8.9.1

You are not signed in.

Home

This page does not require authentication, so it won't redirect to the login page if you are not signed in.

If you remove `getServerSideProps` from this page, it will be static and load the authed user only on the client side.

Examples

Home: SSR, no auth requiredExample: SSR + data fetching with ID tokenExample: SSR + no ID tokenExample: static + loader + data fetching with ID tokenLogin page: staticLogin page: server-rendered