Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 212 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 212 Bytes

FirebaseDemoSaml

Set your Firebase config apiKey and authDomain inside app.module.ts.

const config = {
  apiKey: "YOUR API KEY",
  authDomain: "PROJECT_ID.firebaseapp.com",
};

Then ng serve