Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 532 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 532 Bytes

angular-firebase-blog

small demo project for a blog article. In order to run it, add first your firebase properties in scr/environments/environment.ts (is added to gitignore)

export const environment = {
 production: false,
 // For Firebase JS SDK v7.20.0 and later, measurementId is optional
 firebaseConfig: {
  apiKey: XXX,
  authDomain: XXX,
  projectId: XXX,
  storageBucket: XXX,
  messagingSenderId: XX,
  appId: XXX,
  measurementId: XXX,
  databaseURL: XXX
 }
};