Hands-on Full Stack Development with Angular 5 and Firebase
Learn |
|
---|---|
About |
This book is a complete package for you to build real-time web applications. You will build an end-to-end social networking web application from development to production with Angular as the frontend and Firebase as the backend. You will create an application called Friends with authentication, friends, and chat features. During the process, youโll use Firebase authentication to register new users and Firebase database to store your extra user data. Youโll take a look at how to store and retrieve your user's images from Firebase storage. Then, youโll create a real-time chat module with the Firebase database. Next, youโll secure your database using Firebase security, make your application live with Firebase hosting, and develop your application with analytics. Moving on, youโll take a look at how to create web pages using bootstrap with HTML, CSS, and TypeScript. You will use the angularfire2 library API in Angular services to interact with Firebase and write unit tests using the Jasmine framework that will help you to write a production-ready application. Youโll also discover various debugging techniques to troubleshoot any bug in your application. Finally, youโll make your application Progressive Web Applications compliant. By the end of this book, youโll be able to confidently build any complex application. |
Features |
|
Page Count | 256 |
Course Length | 7 hours 40 minutes |
ISBN | 9781788298735 |
Date Of Publication | 27 Feb 2018 |
Adding login functionalities to existing services |
Reusing the domain model |
Creating a login template |
Error handling for login |
Creating a login component |
Resetting the password |
Summary |
Creating user's friend template |
Creating the friend's service |
Creating a friend's component |
Creating our first date pipe |
Summary |
Debugging Angular |
Debugging a web application |
Debugging TypeScript |
Debugging CSS |
Network debugging |
Summary |