Follow-up demo-application, AngularPH: Code Fusion, November 25, 2017 at VentureSpace 724 Shaw Blvd, Mandaluyong, 1552 Metro Manila
DEMO - ng-fb
git clone https://github.com/ElecTreeFrying/ng-fb.git
cd ng-fb
npm install
Create an account firebase console.
-
Select Add Project
-
Select Authentications
-
Click copy WEB SETUP
-
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** } };