PlasmoHQ / docs

📘 Documentation site
https://docs.plasmo.com
10 stars 45 forks source link

Feedback for “Quickstart with Firebase Auth” #120

Closed HHogg closed 2 months ago

HHogg commented 2 months ago

Hi,

The blog post about firebase auth might be outdated. After following it I see an error that leads to some documentation around Custom URIs are no longer supported for security reasons -> https://developers.google.com/identity/protocols/oauth2/native-app#redirect-uri_custom-scheme

And from there to implement auth with the chrome identity API -> https://developer.chrome.com/docs/extensions/how-to/integrate/oauth

HHogg commented 2 months ago

Actually, this was an issue with using browsers like Brave instead -> https://github.com/brave/brave-browser/wiki/Allow-Google-login---Third-Parties-and-Extensions

(however even after following the instructions on there, it didn't work for me).