FirebaseExtended / firebase-video-samples

This repository contains sample code for some of the videos on the Firebase YouTube channel.
https://www.youtube.com/c/firebase
Apache License 2.0
119 stars 119 forks source link

Add sign in and sign up with Google to Android samples #67

Closed marinacoelho closed 6 months ago

marinacoelho commented 6 months ago

This PR adds a new folder to the android video samples folder. It contains the sample code for sign in and sign up with Google using Credential Manager.

Most of the new files are the same from the previous code sample (built for the anonymous authentication video), so focus on the review of:

This is how the new UI looks like:

Sign_in_with_Google Sign_up_with_Google Credential_Manager