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

fix Google reAuth and delete account flow #56

Closed phillipsk closed 2 months ago

phillipsk commented 3 months ago

bugfix for delete Google account w Firebase

previously a NPE occurred when retrieving the google credentials with GoogleSignIn.getLastSignedInAccount(it)

Instead creating a GoogleSignInOptions.Builder launching an intent and retrieving signed in user google credentials to then reauth in Firebase and proceed to delete account.