Hi,
I made a webapp with Firebase auth with Google Sign In.
I want to create a modern Chrome Extension that allows users to login via Firebase Auth Google Sign.
"The newer Manifest V3 only allows background scripts in the form of service workers, which cannot perform the popup operations at all."
How can developer creates a Chrome Extension V3 app and allow users to sign-in using Google Signin?
Thanks!