Thanks for reaching out.
This is a known scenario and if your apps authenticate users with an embedded web-view and you're using Google federation with Azure AD B2C, Google Gmail users won't be able to authenticate.
You need to modify your apps to system web-views for authentication. All MSAL SDKs use the system browser by default.
Hope this will help.
Thanks,
Shweta
Please remember to "Accept Answer" if answer helped you.