How to enable Google authentication in webview?

Hello!
How I can to enable Google authentication in webview?
in the mobile browser Google authentication works, but in the webview the button is not visible and it is not active:


Starting 2021, Google is blocking all single sign-on (SSO) requests using OAuth 2.0, when they come from an app’s embedded web view: Google Developers Blog: Upcoming security changes to Google's OAuth 2.0 authorization endpoint in embedded webviews

You can authorize the user with firebase and then pass the data to the website. To implement this, you will need to modify the files on the server.

Thanks for the help!


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.