You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@
32
32
33
33
## :signal_strength: Technologies
34
34
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.
38
38
*[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
39
39
40
40
## :floppy_disk: Setup
@@ -86,7 +86,6 @@ export class UserService {
86
86
87
87
* user login using google id or password, can be viewed on Firebase Console.
88
88
* User privileges can be revoked from the Firebase console.
0 commit comments