next-firebase-course icon indicating copy to clipboard operation
next-firebase-course copied to clipboard

Next.js + Firebase - The Full Course

Results 23 next-firebase-course issues
Sort by recently updated
recently updated
newest added

FirebaseError: Missing or insufficient permissions. which part of rule cause this error?

The following error occurs when clicking Log Out on a post page ([username]/[slug]). It seems that the AuthCheck fails and the HeartButton component is mounted. This shouldn't happen since the...

### Description: - google will return 403 on `img` with `src` from user object after login if there is no `referrerpolicy` added to img tag **solution:** in `components/Navbar.js` update img...

I've been unable to get the Navbar component to work once I add the React Context. I get the following error message: ![image](https://user-images.githubusercontent.com/76702652/170308760-cbcec6ba-d81b-45ef-b864-788159a6fde5.png) I've tried to refactor the code many...

hello, this code is not working on firebase v9. can you somehow update the code to fit the needs of the new firebase? thanks in advance, Nick

What: add user={undefined} to user (line 2 of file "UserProfile.js") Where: UserProfile.js Why: to avoid TypeError: Cannot read properties of undefined (reading 'photoURL'), (reading 'username') and (reading 'displayName'). Code should...

I was trying to imitate dev.to's posts full of emojis and I found this bug The function does not filter Unicode emojis, which makes next.js unable to pre-render posts correctly...

There's a typo in this code, the method is exists()

### Stuck on the auth hook video where we need to subscribe to the document changes in order to get the username. Can fixed by manually create a Firestore collection...

The error occurred when trying to load more posts with an empty database