-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase-app-setup
More file actions
32 lines (15 loc) · 793 Bytes
/
firebase-app-setup
File metadata and controls
32 lines (15 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1.Angularfire2 Installation and Setup
https://github.com/angular/angularfire2/blob/master/docs/install-and-setup.md
2.Deploying Angular 6 Applications to Firebase Hosting. Follow the Link bellow
https://medium.com/@longboardcreator/deploying-angular-6-applications-to-firebase-hosting-b5dacde9c772
https://scotch.io/tutorials/deploying-an-angular-cli-app-to-production-with-firebase
3.Authenticate Using Facebook Login on App
https://www.codexworld.com/create-facebook-app-id-app-secret/
https://itnext.io/step-by-step-complete-firebase-authentication-in-angular-2-97ca73b8eb32
4.Authenticate Using Google Login on App
Setting up OAuth 2.0
https://support.google.com/cloud/answer/6158849?hl=en#authorized-domains
firebase logout
firebase login
ng build --prod
firebase deploy