You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ember-cli-firebase-hosting

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-firebase-hosting

Wrapper for Firebase's CLI to deploy Ember apps to Firebase.

0.1.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Ember-cli-firebase-hosting

Wrapper for the firebase-tools package. Allows usage of firebase hosting deployment from an ember-cli app. The main advantage to this tool is that it ensures your app is built before you deploy.

Setup

Authenticate with Firebase

You must be authenticated with Firebase to deploy from the command line. From within your Ember CLI application run:

firebase login

Create Firebase App

You must create an app in your Firebase dashboard prior to using this tool. Ideally you can name your Firebase app the same name as your ember-cli app.

Usage

Installation

From within your Ember CLI application run:

npm install --save-dev ember-cli-firebase-hosting

Setting up Firebase Hosting

From within your Ember CLI application run:

ember generate firebase-hosting

App naming

This tool assumes that your ember-cli app has the same name as your Firebase app. If that is not the case open firebase.json file and change the firebase property from your ember-cli app's name to the name of your app in Firebase.

Deploy

ember firebase deploy

Contributing

Running Tests

  • npm test

License

MIT

Inspired by and heavily drawn from Robert Jackson's similar library for Divshot

Keywords

ember-addon

FAQs

Package last updated on 05 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts