0.1.4 • Published 9 years ago
emberfire-phone v0.1.4
emberfire-phone
Emberfire provider for Authenticate with Firebase with a Phone Number
Installation
ember install emberfire-phone
Using phone auth provider
this.get('session').open('emberfire-phone', {
provider: 'phone',
phoneNumber: '+14155552671',
recaptcha: {
container: 'recaptcha',
invisible: true
}
});phoneNumber- The user's E.164 formatted phone numberrecaptcha.container- The ID of an empty element in the DOM.recaptcha.invisible- True if using invisible captcha.
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.