Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc