BrightMindEnrichment / StreetCare

BrightMindEnrichment is a Non-Profit Organization which helps homeless people. StreetCare is name of Android application of BME.
5 stars 0 forks source link

UI/google sign in with Firebase auth #54

Closed phillipsk closed 3 months ago

phillipsk commented 3 months ago

I updated the Google sign in flow with the recent Google Identity and credential manager libraries https://developer.android.com/identity/sign-in/credential-manager-siwg

Firebase Google docs https://firebase.google.com/docs/auth/android/google-signin?hl=en&authuser=1

Along with this I had to update Kotlin to v1.9 and compileSDK to 34 and a handful of firebase and auth libraries to sync gradle

lifecycle scope is used within the fragments to maintain lifecycle aware functionality this bypasses a larger viewModel implementation

Setting a nonce value for security https://developer.android.com/google/play/integrity/classic#nonce