How to use firebase authentication inside content scripts?
Hi, have successfully setup firebase auth and it is working with popup.tsx. However, when I try to access the user details inside the content section - I am unable to get the user details.
I am using
import { useFirebase } from "~firebase/hook";
import { useFirebase } from "~firebase/hook";
to get the user variable. It always returns the usre value as