Simplifying Google Authentication with MV3 and Firebase for Chrome Extensions (React/Typescript)
I know Google Auth is a pain right now with Chrome extensions on MV3 and Firebase, as the example shown on the Firebase docs won't work on Chrome extensions on MV3.
Tho google claims MV3 to be stable a lot of Google APIs aren't compatible with it a...
blogs.tiwaripratik.com3 min read
Tulsi Prasad
Doing something on frontend | Ex intern @Unifize | Eat React/Redux for breakfast
This chrome.identity login only allows logging in for the user that's currently signed in to your browser. What do you do if you want to sign in using a different account?