firebase auth signInWithCustomToken on safari web extension not working

174 Views Asked by At

Firebase auth with signInWithCustomToken not working on Safari web extension. also firebase.auth().signInWithCredential(credential) not working. the code is executed from the content script.

firebase.auth().signInWithCustomToken(token).then((res)=> {

}, (err)=> {

})
// i am not getting any response. not even error.

on chrome extension everything works fine. any idea why its not working?

0

There are 0 best solutions below