Skip to content

deckchairlabs/typescript-firebase-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-firebase-auth-example

Netlify Status

Typescript example for Firebase Auth using service workers.

The following assumes an existing knowledge of NodeJS and Firebase development.

Environment Setup

  1. You will need to create a .env or .env.local (this is preferred, as to keep any sensitive credentials out of your repository) file with the following variables.

    # .env.local
    # Follow the instructions here to obtain your Firebase config https://firebase.google.com/docs/web/setup
    FIREBASE_API_KEY=your value here
    FIREBASE_PROJECT_ID=your value here
    FIREBASE_MESSAGING_SENDER_ID=your value here
    FIREBASE_APP_ID=your value here
    FIREBASE_MEASUREMENT_ID=your value here
  2. Allow Chrome to use insecure certificates for localhost chrome://flags/#allow-insecure-localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •