🖥️
Full stack Typescript
  • Introduction
  • Environment setup
    • Workspace setup
    • Firebase project setup
    • Firebase authentication
    • Firestore database
    • Firebase hosting
  • Getting started with the Full Stack Typescript repository
  • Workflows
    • Development workflow
      • Component workflow
        • Application Toolbar component example
      • Feature workflow
        • User Account feature example
      • Function workflow
        • Update User Account callable function example
      • Web3 function workflow
        • Query Ethereum balance callable function example
    • Icon workflow
    • Push notification workflow
    • PWA workflow
      • Making your PWA Google Play Store ready
    • Secret Manager API workflow
  • Styleguide
    • Architecture overview
    • Naming conventions
    • Single-responsibility principle
  • Change Requests
    • Request for changes
      • Change pattern proposal template
      • New pattern proposal template
Powered by GitBook
On this page
  1. Environment setup

Firebase authentication

Firebase Authentication lets you add an end-to-end identity solution to your app for easy user authentication, sign-in, and onboarding

PreviousFirebase project setupNextFirestore database

Last updated 2 years ago

Google reference:

Enable Firebase authentication

From the 'Build' menu in the sidebar, select 'Authentication'

Select 'Get started'

Under 'Native providers' select 'Email/Password'

Enable 'Email/Password' and click 'Save'

Your project is now ready to handle incoming authentication requests.

https://firebase.google.com/docs/auth