Git Product home page Git Product logo

chandumunna / ionic-3-phone-number-verification-using-digits Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nakulkundaliya/ionic-3-phone-number-verification-using-digits

0.0 1.0 0.0 24.22 MB

Mobile number verification code. i have customize digits plugin for get mobile number after successfully verify.

Objective-C 36.67% C++ 45.33% C# 4.36% Java 9.68% C 0.32% JavaScript 1.92% TypeScript 0.49% HTML 0.64% CSS 0.57%

ionic-3-phone-number-verification-using-digits's Introduction

README

This README would normally document whatever steps are necessary to get your application up and running.

Ionic and Cordova Installation

$ sudo npm install -g ionic cordova

Create New project

$ ionic start MobileNumberVerify

Add platform

Add Ios and android platform in project

$ ionic cordova platform add android
$ ionic cordova platform add ios

Demo View

alt text

Add cordova-plugin-digits plugin

#!cli

$ ionic cordova plugin add cordova-plugin-digits --variable FABRIC_API_KEY=XXXXXXXXXXXXXX --variable FABRIC_CONSUMER_KEY=XXXXXXXXXXXXXX --variable FABRIC_CONSUMER_SECRET=XXXXXXXXXXXXXX --save

Get Fabric api key from fabric.io/dashboard

Customise plugin for getting verify phoneNumber

ANDROID

  • REMOVE ANDROID PLATFORM

    ionic platform rm android

  • OPEN CordovaDigits.java file

    goto plugins->cordova-plugin-digits->src->android->FabricPlugin.java

  • CHANGE CODE

    add following line of code inside authenticate() method after authHeaders object.(Approx 72 line number)

     authHeaders.put("phoneNumber", phoneNumber);
    

    then you get verify contact number

IOS

Nothing change in ios

ionic-3-phone-number-verification-using-digits's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.