Skip to content

Commit c80f72b

Browse files
docs: user info. updated & markdown lint added
1 parent cb1ee30 commit c80f72b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.markdownlint.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"MD010": false,
3+
"MD007": false,
4+
"MD013": false,
5+
"MD004": false
6+
}

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232

3333
## :signal_strength: Technologies
3434

35-
* [Angular v12](https://angular.io/)
36-
* [Firebase v8](https://firebase.google.com/)
37-
* [Reactive Extensions for Javascript -RxJS v6](https://angular.io/guide/rx-library) library used for reactive programming using the observable type.
35+
* [Angular v13](https://angular.io/)
36+
* [Firebase v9](https://firebase.google.com/)
37+
* [Reactive Extensions for Javascript -RxJS v7](https://angular.io/guide/rx-library) library used for reactive programming using the observable type.
3838
* [RxJS SwitchMap](https://www.learnrxjs.io/learn-rxjs/operators/transformation/switchmap) On each emission **the previous inner observable is cancelled and the new observable is subscribed**; switch to a new observable. Only one subscription at a time - seems ideal for login applications
3939

4040
## :floppy_disk: Setup
@@ -86,7 +86,6 @@ export class UserService {
8686

8787
* user login using google id or password, can be viewed on Firebase Console.
8888
* User privileges can be revoked from the Firebase console.
89-
* Updated may 2021.
9089

9190
## :clipboard: Status & To-Do List
9291

0 commit comments

Comments
 (0)