Skip to content

Implement CommonService#3213

Open
DaVinci9196 wants to merge 1 commit intomicrog:masterfrom
DaVinci9196:gms_common_service
Open

Implement CommonService#3213
DaVinci9196 wants to merge 1 commit intomicrog:masterfrom
DaVinci9196:gms_common_service

Conversation

@DaVinci9196
Copy link
Contributor

Fix Planner 5D not being able to use Google Sign-in.

@mar-v-in mar-v-in added this to the 0.3.13 milestone Jan 10, 2026
val authAccount = SignInConfigurationService.getDefaultAccount(context, packageName)
if (authOptions != null && authAccount != null) {
Log.d(TAG, "$packageName:clear authAccount: ${authAccount.name} authOption:($authOptions)")
performSignOut(context, packageName, authOptions, authAccount)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The official implementation seems to not do any network interaction when clearDefaultAccount is invoked, it really just clears the default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants