🖥️
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 hosting

Deploy web and mobile web apps in seconds using a secure global content delivery network

PreviousFirestore databaseNextGetting started with the Full Stack Typescript repository

Last updated 2 years ago

From the Build menu in the sidebar, select Hosting

Select 'Get started'

Install the Firebase CLI and click 'Next'

npm install -g firebase-tools

Click 'Next' to move beyond the Initialize your project information. This will be completed at a later time.

Click 'Continue to console' to complete the Firebase hosting setup. Deployment will occur at a later stage.

You will then be redirected to the Hosting dashboard.