Emberfire provider for Authenticate with Firebase with a Phone Number
ember install emberfire-phone
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.
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.