ember-cli-zuglet

2.4.52 • Public • Published

ember-cli-zuglet CI npm version

This addon is dead simple way to use Google Firebase services in your Ember.js apps. Cloud Firestore, Storage, Auth, Functions.

ember-cli-zuglet is built and maintained by Arnis Vuskans, contact me for Ember.js, ember-cli-zuglet and Google Firebase consulting.

ember-cli-zuglet@^2.0.0 is a complete rewrite for Ember.js Octane edition.

Open source apps built using ember-cli-zuglet:

Install

$ ember new foof --skip-npm
"devDependencies": {
-    "ember-data": "~3.22.0",
}
$ ember install ember-cli-zuglet

Open app/store.js and add your Firebase config.

Documentation

See the ember-cli-zuglet website for documentation and dummy app for examples.

Tweaks

// jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "experimentalDecorators": true
  },
  "exclude": [ "node_modules", ".git" ]
}

Other useful addons to install

$ ember install tracked-toolbox
$ ember install macro-decorators

Package Sidebar

Install

npm i ember-cli-zuglet

Weekly Downloads

98

Version

2.4.52

License

MIT

Unpacked Size

153 kB

Total Files

114

Last publish

Collaborators

  • ampatspell