1 year ago
#281871
user8987378
firebase auth signInWithCustomToken on safari web extension not working
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?
firebase
firebase-authentication
safari-web-extension
0 Answers
Your Answer