Differences between revisions 3 and 4
Revision 3 as of 2019-05-29 14:50:37
Size: 513
Editor: scot
Comment:
Revision 4 as of 2019-05-30 18:52:00
Size: 1065
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

== Google Authentication project ==

In this section, I'm setting out to document a fully functional Android.Auth Google Authentication project. It works! it is not ready for prime time yet as there are several things that I need to do. Including modularize it and make it work for both iOS, Windows and Android. This version focuses on Android.

There are several pieces to setting this up.

 1. Setup OAuth 2.0 authentication in the console.cloud.google.com see [[https://developers.google.com/identity/protocols/OAuth2InstalledApp|this]]

Android Development

Of course this is not a comprehensive development page. I'm just starting out, so here are some links that got me started.

Google Authentication project

In this section, I'm setting out to document a fully functional Android.Auth Google Authentication project. It works! it is not ready for prime time yet as there are several things that I need to do. Including modularize it and make it work for both iOS, Windows and Android. This version focuses on Android.

There are several pieces to setting this up.

  1. Setup OAuth 2.0 authentication in the console.cloud.google.com see this

ProgrammingLinks/AndroidDevelopment (last edited 2019-06-25 22:53:27 by scot)