Skip to content

Commit 3bb2001

Browse files
readme updated
1 parent 8c1dc97 commit 3bb2001

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# :zap: Angular Firebase Auth Service
22

33
Builds a user authentication app using Angular 11 and google Firebase.
4+
* **Note:** to open web links in a new window use: _ctrl+click on link_
45

5-
*** Note: to open web links in a new window use: _ctrl+click on link_**
6+
![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/angular-firebase-auth-service?style=plastic)
7+
![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/angular-firebase-auth-service?style=plastic)
8+
![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/angular-firebase-auth-service?style=plastic)
9+
![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/angular-firebase-auth-service?style=plastic)
610

711
## :page_facing_up: Table of contents
812

@@ -49,7 +53,7 @@ Builds a user authentication app using Angular 11 and google Firebase.
4953
## :floppy_disk: Setup
5054

5155
* Install dependencies with `npm i`
52-
* Create google firebase project and paste access keys into app.module.ts
56+
* Create google firebase project with `Sign-in provider` as Google and paste access keys from `Project Settings` into `environment.ts`
5357
* Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files
5458

5559
## :computer: Code Examples
@@ -95,17 +99,21 @@ export class UserService {
9599

96100
* user login using google id or password, can be viewed on Firebase Console.
97101
* User privileges can be revoked from the Firebase console.
98-
* Updated to latest Angular v10 and all dependencies are the latest versions with no conflicts.
102+
* Updated may 2021.
99103

100104
## :clipboard: Status & To-Do List
101105

102-
* Status: Updated and working app with a successful login storing login details in the firebase database.
106+
* Status: Working
103107
* To-Do: add theme colors and functionality. A bootstrap button would be better.
104108

105109
## :clap: Inspiration
106110

107111
* [Demos With Angular: Building A User Authentication Service with Angular and Firebase](https://www.youtube.com/watch?v=mfONkAj4x94).
108112

113+
## :file_folder: License
114+
115+
* This project is licensed under the terms of the MIT license.
116+
109117
## :envelope: Contact
110118

111-
Repo created by [ABateman](https://www.andrewbateman.org) - feel free to contact me!
119+
* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com

angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,8 @@
136136
}
137137
}
138138
},
139-
"defaultProject": "angular-firebase-auth-service"
139+
"defaultProject": "angular-firebase-auth-service",
140+
"cli": {
141+
"analytics": false
142+
}
140143
}

0 commit comments

Comments
 (0)