#3 Deploy to Firebase

Emad Ibrahim
1 min readJun 1, 2016

--

Firebase is one of my favorite services. They not only provide realtime database and backend but they provide free hosting with custom domains.
Create an account at https://firebase.google.com/
Create an new firebase app in the firebase console
Install the firebase CLI

npm install -g firebase-tools

In your ember app folder, run:

firebase init

Follow the steps and for the public folder type

dist

Deploy with

firebase deploy

Visit your deployed app by typing

firebase open

Originally published at Ember Daily Tips.

--

--

Emad Ibrahim

Husband, Father of Twins, Published Author, Entrepreneur, Passionate Technologist, Programmer and Productivity Nut. more at https://about.me/eibrahim