All Projects → ionicthemes → Google Login With Ionic Framework

ionicthemes / Google Login With Ionic Framework

Licence: mit
Ionic example app of how to add Google Plus authentication into an Ionic Framework app. Add google login to your ionic app!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Google Login With Ionic Framework

ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+108.33%)
Mutual labels:  ionic, hybrid-apps, ionic-framework
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (-8.33%)
Mutual labels:  ionic, hybrid-apps, ionic-framework
Ionic4
This repo contains example code for ionic4. Get Step by Step tutorial of this repo examples using https://ampersandacademy.com/tutorials/ionic-framework-4
Stars: ✭ 37 (+54.17%)
Mutual labels:  cordova-plugin, ionic, ionic-framework
ionic-native-sms-retriever-plugin-master
Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
Stars: ✭ 16 (-33.33%)
Mutual labels:  ionic, cordova-plugin, ionic-framework
Ionic Native
Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support.
Stars: ✭ 2,129 (+8770.83%)
Mutual labels:  ionic, cordova-plugin, ionic-framework
ionic-signature-pad
Ionic plugin to input singnature pad
Stars: ✭ 15 (-37.5%)
Mutual labels:  ionic, cordova-plugin, ionic-framework
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.
Stars: ✭ 61 (+154.17%)
Mutual labels:  google-login, ionic, ionic-framework
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (-20.83%)
Mutual labels:  ionic, cordova-plugin, ionic-framework
Cordova Admob Pro
🔥 Cordova Plugin for Google AdMob, DFP, ADX. Easy monetization using mobile Ad, with single line of JavaScript. Compatible with Cordova CLI, Inoic, PhoneGap Build, etc.
Stars: ✭ 690 (+2775%)
Mutual labels:  cordova-plugin, ionic
ngx-ionic-image-viewer
An Ionic 4 Angular component to view & zoom on images and photos without any additional dependencies.
Stars: ✭ 129 (+437.5%)
Mutual labels:  ionic, ionic-framework
Ionic Environment Variables
Easy to use environment variables for Ionic3!
Stars: ✭ 278 (+1058.33%)
Mutual labels:  ionic, ionic-framework
Cordova Plugin Nativestorage
Cordova plugin: Native storage of variables in Android, iOS and Windows
Stars: ✭ 285 (+1087.5%)
Mutual labels:  cordova-plugin, ionic
Awesome Ionic
An "awesome" list of Ionic resources
Stars: ✭ 799 (+3229.17%)
Mutual labels:  ionic, ionic-framework
scanbot-sdk-example-ionic
Scanbot scanner SDK example app for Ionic with Cordova.
Stars: ✭ 24 (+0%)
Mutual labels:  ionic, cordova-plugin
ionic-surveyjs
Sample project that shows how to integrate SurveyJS in Ionic APP.
Stars: ✭ 28 (+16.67%)
Mutual labels:  ionic, ionic-framework
cordova-plugin-today-widget
Add a today widget app extension target to your cordova project.
Stars: ✭ 51 (+112.5%)
Mutual labels:  ionic, cordova-plugin
Gugujiankong
Ionic App for website online monitor / website test speed / website SEO
Stars: ✭ 386 (+1508.33%)
Mutual labels:  ionic, ionic-framework
Nextjs Tailwind Ionic Capacitor Starter
A starting point for building an iOS, Android, and Progressive Web App with Tailwind CSS, React w/ Next.js, Ionic Framework, and Capacitor
Stars: ✭ 315 (+1212.5%)
Mutual labels:  ionic, ionic-framework
Ionic Native Transitions
[Maintenance only] Native transitions (iOS & Android) for Ionic Framework
Stars: ✭ 589 (+2354.17%)
Mutual labels:  ionic, ionic-framework
Polyonic
A managed Electron wrapper for Ionic Apps
Stars: ✭ 24 (+0%)
Mutual labels:  hybrid-apps, ionic

Google Plus login with Ionic Framework

This repository is an example app of how to add Google Plus authentication into an Ionic Framework app.

Follow the step-by-step instructions available here: https://ionicthemes.com/tutorials/about/google-plus-login-with-ionic-framework

Why adding Google Authentication into your app will benefit you and your users?

  • Improve conversions: Help people log into your app quickly without having to register a new user and remember another username and password.
  • One login across every device: Make it easy for people to log in and access their info across multiple platforms and devices.
  • Build a trusted relationship: Give people control over the info they share with your app.
  • Access profile info: like picture, gender, age, name, without having to ask for it.

Google Authentication

There are different ways to integrate Google authentication into your Ionic app. However, not all of them use the native approach which uses Google+ app to perform the login instead of opening a popup requesting users to enter their credentials to login to google before granting access to your app.

The way it works for hybrid apps to use native api’s and sdk’s is simple, you need a piece (typically a PhoneGap/Cordova plugin) that connects native api’s and sdk’s with the javascript environment where the hybrid apps run. In this case we are going to use a great cordova plugin to interact with the native google sdk.

How it will look like:

iOS:

Android:

To get this done, follow the step-by-step instructions available here: https://ionicthemes.com/tutorials/about/google-plus-login-with-ionic-framework

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].