Javascript – Post Count not updating in firebase react
So I have this react and firebase blog app. I want to show the count of the post of every user on the account page, which should look like this: My code looks like this: const [user, loading] = useAuthState(auth);…