tfalvo / firebase-demo-saml

SAML with Firebase, Angular and AngularFire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SAML with Firebase, Angular and AngularFire


Languages

Language:TypeScript 67.4%Language:JavaScript 15.5%Language:HTML 10.1%Language:CSS 7.1%