1.3.0 • Published 10 years ago
le-auth-provider-firebase v1.3.0
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 testto run unit tests oncegulp tddto run unit and e2e tests when tests changegulp coverageto 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