/ng-fb

Follow-up demo-application, AngularPH: Code Fusion, November 25, 2017 at VentureSpace 724 Shaw Blvd, Mandaluyong, 1552 Metro Manila

Primary LanguageTypeScript

NgFb

Follow-up demo-application, AngularPH: Code Fusion, November 25, 2017 at VentureSpace 724 Shaw Blvd, Mandaluyong, 1552 Metro Manila

DEMO - ng-fb

Usage

  • git clone https://github.com/ElecTreeFrying/ng-fb.git
  • cd ng-fb
  • npm install

Create an account firebase console.

  1. Select Add Project

  2. Select Authentications

  3. Click copy WEB SETUP

  4. Create the environment files below in src/environments/.

    environment.prod.ts

    export const environment = {
      production: true,
      firebaseConfig: { **WEB SETUP** }
    };
    
    

    environment.ts

    export const environment = {
      production: false,
      firebaseConfig: { **WEB SETUP** }
    };