Skip to content

Emberfire provider for Authenticate with Firebase with a Phone Number

License

Notifications You must be signed in to change notification settings

galmi/emberfire-phone

Repository files navigation

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 number
  • recaptcha.container - The ID of an empty element in the DOM.
  • recaptcha.invisible - True if using invisible captcha.

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

About

Emberfire provider for Authenticate with Firebase with a Phone Number

Resources

License

Stars

Watchers

Forks

Packages

No packages published