Google sso implementation in the ios

I am working on an ionic app where have implemented google sso and apple sso. Previously we had issue, after even logout it was not clearing the cookies from the browser and if login again with sso it used previously account. Then we implemented cognito user pool logout url and now it is working in google sso in android but it is not working in ios whereas apple sso is also working fine now.

In ios, the google sso doesn’t show the list of emails logged in the device so we have to enter manually email and password but we do the same in apple sso it should clear the tokens after logout but it’s taking previously email.
we are using amplify

After searching solution i found this question already asked on aws post

and i tried those methods but still it is not working in ios

I would appreciate your replies for this issue.
Thankyou!

So you are using AWS Cognito? You need to outline exactly what you are doing and how you are doing it.

CapGo released a general plugin last year for Google/Apple sign-in - Release of a brand new Capacitor Social Login plugin