Skip to content

In this project we are going to Implement login via google in Ionic Framework and getting the user details from google Api

Notifications You must be signed in to change notification settings

anilkumar007/google-login

Repository files navigation

google-login

  1. create a project from termainal as ionic start google blank
    2)cd google project
    3)Add the required platform in terminal as ionic add platform ****
    4)Add the ng-cordova.min.js file above the cordova.ja file in our project
    5)Add the ng-cordova-oauth.min.js file in index.html
    6)Insert that 'ngCordova' and 'ngCordovaOauth' dependency in app.js file
    7)In Index.html I wrote a button as login via google
    8)In app.js I wrote an Controller to display the status of google login and it's functionality please have a look
    9)Please update your cordova platform if the above plugin doesn't work

About

In this project we are going to Implement login via google in Ionic Framework and getting the user details from google Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages