- Overview
- Transcript
1.1 Introduction
Welcome to Use Firebase as the Back-End, in which I’ll teach you how to use Firebase as a code-free back-end for your apps. In this lesson, I’ll give a quick overview of the course and show you what you’ll learn.
1.Introduction2 lessons, 02:21
1.1Introduction00:34
1.2What Is Firebase?01:47
2.Firebase in Vanilla JavaScript6 lessons, 46:10
2.1Firebase Data02:05
2.2Save Data14:46
2.3Retrieve and Display Data08:17
2.4Update and Delete Data08:22
2.5Firebase Authentication08:58
2.6Firebase Hosting03:42
3.Firebase and AngularJS6 lessons, 29:17
3.1Set Up the Foundation for Apps Project04:33
3.2Controller and `myAuth` Service04:14
3.3Register User Page and `userService`07:35
3.4Login Page and Controller05:20
3.5Home Page05:56
3.6Deploy the App01:39
4.Conclusion1 lesson, 00:47
4.1Conclusion00:47
1.1 Introduction
If we need back-in infrastructure to support our apps, we would normally need to set up some sort of server. Even when using a club based solution like Amazon Web Services, we still have to configure a server. Firebase eliminates the need to configure a server and offers a cloud based database design to be the back end for your apps. Firebase also comes with libraries for iOS, Android, the web and rest. Firebase also includes libraries for popular frameworks, such as Angular Amber and React. Let's learn to use Firebase as the back end.