- Overview
- Transcript
3.6 Deploy the App
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
3.6 Deploy the App
Hello, everyone. This is Reggie Dawson. Welcome to the use Firebases you're back in course for Tuts+. In this video, we will deploy our completed at the Firebase hosting. When we use hosting with the previous app, we had to copy our project into a folder to deploy it with the foundation project. We have the advantage of the project already being in the build folder, so deployment will be even easier. If you haven't done so already, run foundation build in your project folder from your command line. If this does not work, we can also use MPM start build. Then at the command line, we will use MPM to install the Firebase tools. We will need node JS to do this. After that, we have to type Firebase login. Since I'm already logged into Firebase, it didn't give me the link to authenticate. But if you do get the link, make sure you click on it to login. After that, all we have to do is initialize Firebase. Then choose your correct firebase. And then we will use build for the public group. Once that finishes writing our firebase.json file, we can deploy our app. Then we can visit the link provided or run Firebase open to look at our site live on Firebase. That's everything you need to build an app in Firebase, whether in plain JavaScript or with the framework. You should now be capable of coming up with your own amazing apps that make use of Firebase.