Firebase Authentication provides a comprehensive identity solution from Google, supporting email/password authentication and federated identity providers like Google, Facebook, Twitter, and more. This guide shows you how to integrate Firebase Authentication with your Dev Portal documentation site.
Prerequisites
- A Google account to access Firebase Console
- A Firebase project (free tier available)
- Basic knowledge of Firebase configuration
Setup Firebase
- Go to the Firebase Console:
- Click Create a project (or select an existing project)
- Make sure authentication is enabled. Choose your preferred authentication providers.
- Configure Authorized Domains, add your domains where the authentication will be used.
- Get Your Firebase Configuration
- Go to Project settings
- Scroll to Your apps section
- Click Add app → Web if you haven't already
- Register your app with a nickname
- Copy the Firebase configuration object
Configure Dev Portal
Add the Firebase configuration to your Dev Portal configuration file:
zudoku.config.ts
Last modified on