The Angular Firebase Survival Guide: Build Angular Apps on a Solid Foundation with Firebase by Jeff Delaney

The Angular Firebase Survival Guide: Build Angular Apps on a Solid Foundation with Firebase by Jeff Delaney

Author:Jeff Delaney [Delaney, Jeff]
Language: eng
Format: azw3
Publisher: leanpub.com
Published: 2017-07-13T04:00:00+00:00


In the routing module, you can activate the guard by adding it to the canActivate property.

1 { path: 'private-page', component: SomeComponent, canActivate: [AuthGuard] }

Firebase Cloud Storage

File storage used to be a major development hassle. It could take weeks of development fine tuning and optimizing a web app’s file uploading process. With Firebase, you have a GCP Storage Bucket integrated into every project, along with security, admin console management, and a robust API.

File uploads must be handled directly from the the Firebase SDK, rather than AngularFire2. However, we can still take advantage of AF2 to save a file’s metadata and download URL to the realtime database.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.