Arihant
PD🧩 Plasmo Developers
•Created by Arihant on 6/19/2023 in #👟framework
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";
to get the user variable. It always returns the usre value as null
3 replies