How do I get firebase auth in a content script?

I have authentication working in popup.tsx. But I need the user details in content.ts so I can scrape the current email and make POST requests to my server. Any help would be greatly appreciated.
Was this page helpful?