/ionic-google-login

Ionic 4 starter app to show you how to add Google Log In to an Ionic App using Google Sign-In Cordova Plugin.

Primary LanguageTypeScript

Google Authentication in Ionic 4 Apps

This repo is an Ionic v4 starter app to show you how to add Google Plus Log In to an Ionic App. There is also a detailed tutorial to help you with the Google Account setup and with the step by step of building this Ionic Framework app.

For this Ionic example app we are going to build a simple ionic 4 app that allows users to log in using their Google account. Once they log in, they will see a home page with their basic profile info.

Note: This code is for Ionic v4.

Installation of this app

Install node dependencies

$ npm install

Running the app

To run the app on your browser

$ ionic serve

To run the app on iOS

Follow the steps from https://beta.ionicframework.com/docs/building/ios

$ ionic cordova prepare ios

To run the app on Android

Follow the steps from https://beta.ionicframework.com/docs/building/android

$ ionic cordova prepare android $ ionic cordova run android