Jiajun
unread,Sep 17, 2023, 5:10:29 AM9/17/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Patrick Kettner, Chromium Extensions, Jiajun
Hi Patrick,
We tried using the code you provided and found that the document.createElement('script') is still present in the bundled code. If we understand correctly, it seems that this code is only for login and doesn't solve the issue we raised, is that right?
In our extension's background script, we only use the signOut method from firebase/auth. However, when webpack bundles the code, the document.createElement('script') still appears and points to the Google API.
Since our extension has new features going live every week, this situation has put us in a difficult position. I noticed that many developers have recently encountered the same problem. If you could provide a complete example, we would greatly appreciate it. We will also spread the word and help other developers resolve this issue. Thank you.