1.3.0 • Published 9 years ago

le-auth-provider-firebase v1.3.0

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

le-auth-provider-firebase

Connect le-auth-service to Firebase

Installation

npm install le-auth-provider-firebase

Usage

  var mandrillAPIKey = /* your api key */
  var EmailProvider = require('le-email-provider-mandrill');
  var provider = new EmailProvider(mandrillAPIKey);

Tests

  • npm test to run unit tests once
  • gulp tdd to run unit and e2e tests when tests change
  • gulp coverage to run unit tests and create a code coverage report

Contributing

Please follow the project's conventions or your changes will not be accepted

Release History

  • 0.1.0 Initial release
1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.1.0

9 years ago