We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 2
218/24, 4:44 PM Ficebase - Environment Setup
Firebase - Environment Setup
In this chapter, we will show you how to add Firebase to the existing application. We
will need NodeJS. Check the link from the following table, if you do not have it already.
Step 1- Create Firebase Account
You can create a Firebase account here.
Step 2 - Create Firebase App
You can create new app from the dashboard page. The following image shows the app
we created. We can click the Manage App button to enter the app.
Step 3a - Create basic HTML/js App
You just need to create a folder where your app will be placed. Inside that folder, we
will need index.html and index.js files. We will add Firebase to the header of our app.
index.html
ios: utoralspointcomifrebaseliebase_environmert_setyp.him 1a216/24, 4:44 PM Ficebase - Environment Setup
Step 3b - Use NPM or Bower
If you want to use your existing app, you can use Firebase NPM or Bowers packages.
Run one of the following command from your apps root folder.
npm install firebase --save
bower install firebase
ritoswwuloralspointcomifrebaseliebase_environmert_setyp.him
22.