First, a big thank you to the firebaseui-web team for creating a great library. This is a follow up to issue 2 described here: https://github.com/firebase/firebaseui-web/issues/977#issuecomment-1294462600 There are 5 "[mitigations](https://firebase.google.com/docs/auth/web/redirect-best-practices)" to this issue described by the Firebase team. Unfortunately none of them are workable: 1. I'm not using Firebase hosting. 2. Popups are sometimes blocked and less good for mobile. 3. My CSP (content security policy) doesn't allow inline javascript and Firebase uses inline javascript on the proxied page. 4. I need SAML. 5. This equates to not using firebaseui-web Is there a better solution in the works? I've been otherwise happy with firebaseui-web and really don't want to migrate to something else.