Authentication in Next.js Firebase

Authentication

Makerkit provides Server-Side Authentication with Firebase Authentication.

In this section, you will learn everything you need to know about the authentication flow of your SaaS.

  • Auth Overview: this is the overview of the authentication flow of your SaaS
  • Setting up Firebase Auth: this is the guide to set up Firebase Authentication in your project
  • Auth SSR: this is the guide to set up SSR with Firebase Authentication
  • Auth Flow: this is the guide to set up the authentication flow of your SaaS
  • Auth Hooks: this is the guide to use the authentication hooks in your project
  • Auth with Custom Providers: this is the guide to set up custom authentication providers
  • Email Verification: this is the guide to set up email verification
  • Email Link: this is the guide to set up email link authentication
  • Page Guards: this is the guide to set up page guards
  • API Guards: this is the guide to set up API guards
  • App Check: this is the guide to set up App Check
  • Troubleshooting: this is the guide to troubleshoot authentication issues