Version 1.0.2
Next.js 13.4.9
Firebase 9.17.1
firebase-admin ^11.9.0

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