
- Overview
- Transcript
1.3 Firebase Setup
We’re going to be using Firebase as our back-end for this application. This will make it really easy to keep our wiki pages updated and display changes to users in real time!
Related Links
1.Getting Started6 lessons, 27:04
Free Lesson 1.1Introduction01:10
Free Lesson 1.2Application Demo02:32
1.3Firebase Setup01:08
1.4Server Setup04:46
1.5User Accounts Setup11:56
1.6Front-End Setup05:32
2.Building the Application13 lessons, 1:29:43
2.1Router Setup04:09
2.2App Component04:26
2.3API04:00
2.4Login Component07:44
2.5PageList Component: Creating Pages07:26
2.6PageList Component: Listing Pages06:28
2.7Page Component12:09
2.8Section Component: Displaying Sections11:31
2.9Section Component: Editing Sections13:02
2.10Edit Locking03:54
2.11Working With Links05:19
2.12Working With Internal Links05:34
2.13Three Final Tweaks04:01
3.Conclusion1 lesson, 00:44
3.1Conclusion00:44
1.3 Firebase Setup
As you probably already know, we're going to be using Firebase as our database for this project. So the first thing to do is to head over to the Firebase website and set up a new database. I'm going to go to Firebase.com and up at the top I'll click Log In. If you already have a Firebase account, you can go ahead and log in, too. Otherwise you can create a new account for free. I have a couple of other databases here but let's go ahead and create a new database for this application. We'll give it an app name. And we'll have to choose an app URL that has not been used previously so I'll choose wicker-tuts. With that in place I can go ahead and click Create New App. And now we have a new database. It's really that simple. Now I can click this link right here, wicker-tut's.firebaseio.com. And it's going to take me to this database view. Where we can actually see all of the data that is in our database. Now right now you can see that this location is empty. However as we start to build our application we're gonna fill in some data here. And we'll come back and look at this interface periodically so we can get an idea of how Firebase is storing our data.