Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singhdigamber/angular-firebase-canactivate-guard
A sample app for Angular routes protection using canActivate guard method with Firebase real-time database
https://github.com/singhdigamber/angular-firebase-canactivate-guard
angular angular-cli angular2 angular2-routing angularapp angularroute canactivate firebase firebase-realtime-database
Last synced: about 19 hours ago
JSON representation
A sample app for Angular routes protection using canActivate guard method with Firebase real-time database
- Host: GitHub
- URL: https://github.com/singhdigamber/angular-firebase-canactivate-guard
- Owner: SinghDigamber
- Created: 2018-12-29T10:12:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T06:18:28.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T23:08:45.567Z (about 1 year ago)
- Topics: angular, angular-cli, angular2, angular2-routing, angularapp, angularroute, canactivate, firebase, firebase-realtime-database
- Language: TypeScript
- Homepage: https://angular-firebase-route-guard.firebaseapp.com
- Size: 127 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-firebase-canactivate-guard
A sample app for Angular routes protection using canActivate route guard method with Firebase real-time database. Checkout the demo [https://angular-firebase-route-guard.firebaseapp.com](https://angular-firebase-route-guard.firebaseapp.com)
Step by step article [Protect Angular 2 Routes with canActivate Guard for Firebase Users](https://www.positronx.io/protect-angular-2-routes-with-canactivate-guard-for-firebase-users/)
**If you love this project then show your love by simply sharing this repo with others and don't forget to put a GitHub star ⭐ ! Thanks** :pray:
## Technologies used
- Node 8.11.1
- Angular CLI 7.0.7
- Angular 7.0.7
- Firebase 5.7.0
- RxJS 6.3.3
- Typescript 3.1.6## Installation Process
Run `npm install` to install all the required dependenciesRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).