Each time user tries to login, the package asks for google auth context, which is not how other apps works.
Each time user tries to login, the package asks for google auth context, which is not how other apps works.

how can i configure the package so it will not ask user everytime user tries to login or signup.
please note user should still be able to choose any/different account every time he/she tries to login into the app, the mobile app should not just log user in into the last logged account automatically.
any one else facing this issue?
Just remove this line forceCodeForRefreshToken: true, from your capacitor confif
but the forceCodeForRefreshToken is supposed to enforce selecting email to login with not to confirm the permissions...