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

Firestore database

Firestore database provides realtime updates, powerful queries, and automatic scaling

PreviousFirebase authenticationNextFirebase hosting

Last updated 2 years ago

Select 'Firestore Database' from the 'Build' menu in the sidebar.

Select 'Create database'

Select the 'Start in test mode' option and click 'Next'

Select the region closest to you or the majority of your users and click 'Enable'.

You will then be redirected to your Firestore database and it will be ready for use.