tourist
on store change
i did try that but it didn't end up working because useFirestore is a hook and there was a warning about it not being used since it wasn't in a render() or something related to that. I did manage to solve it using
createMemo
, but I ran into a new issue that i posted in #support regarding its use (https://discord.com/channels/722131463138705510/1135814148383588442)4 replies
on store change
source code for useAuth: https://github.com/wobsoriano/solid-firebase/blob/main/src/hooks/useAuth.tsx
4 replies