Chrome Extension Manifest v3 (which everyone has to use since Jan 2022) blocks external scripts.
So all the great code examples Google has on how to build Sign In With Google into your site don't work at all.
Found an article which mentions chrome.identify which might work.
I can't be the only person struggling with this.
Anyone successfully using 'Sign In With Google' in a Chrome extension?
@patwalls might be able to answer this.
Does Google allow Sign in Via Google for extension?
I can't see where they don't allow it. I just can't find a good way to do it.
@joshdance we’re in the middle of building a similar component for our chrome extension. Our current solution is to create an endpoint which returns the html on our server and host it in an iframe on the client side. If this works I’ll let you know!
If you figure this out, would love to know. Still working on it myself.
I had to convert to the main app to a newer version of Firebase, which meant I had to learn npm and webpack. :) Good to know but slowed me down on the Sign In With Google issue.