Firefox extension using auth0-spa-js SDK

Hello. I recently developed a chrome extension where I use the auth0-spa-js SDK for authentication. In chrome works well, instead in firefox the ‘window.open()’ method, from the SDK file, is not creating a window instance. I even disabled the ‘Block pop-up windows’ in firefox settings, but made no difference . Does anyone has a solution for this problem? Thank you!

Hi how did you implement the auth0-spa-js SDK for chrome extension? Been having problems trying to implement it.I use the loginWithPopup() but it instantly closes my popup after I login.