Nextjs firebase | Create CRUD app#11 display the detail

preview_player
Показать описание
👨‍💻 Source code:

❤️Support us with Bitcoin:
1NTuEsXoXE89YiJRNoBDBBRBECE7P9mBik

Open Crypto Wallet

📩 You can also subscribe or follow to get info or our (free) course coupons

📲 Follow Us:

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
🔥Complete Courses🔥
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Gumroad Web and mobile complete courses

Complete CSS course

React native Expo for multiplatform mobile app development

Complete NodeJS course with express, socket io and MongoDB
Complete Progress Web App BootCamp

Complete Modern JavaScript BootCamp from the beginning

React - The Complete Guide with React Hook Redux 2020 in 4hr

Vue JS and Firebase:Build an iOS and Android chat app [2020]

New SAT Math Course

New SAT Math Practice Test Explain

Get A* in GCSE Maths (Quadratic equations and graph)

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
💟Follow me
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

***Equipment that I use***

Macbook Pro



Blue Yeti USB mic



Camtasia

#javascript
#webdevelopement
Рекомендации по теме
Комментарии
Автор

Im trying to follow along and apply this to an app that im building and I have a question, instead of a named collection 'todos' that every user has access too, my app i use the users email address as their collection name so each user has a unique list. the snapshot line in my getstaticpaths function looks like this:

const auth = getAuth();
const user = auth.currentUser;
const snapshot = await getDocs(collection(db, user.email));

I get an error saying that cannot read properties of null(reading 'email'). I cant figure out how to access the users info inside of getStaticPaths. Any ideas?

artsycoder
Автор

Update statics todo real time or server side props

emersonsmithperu
Автор

please add multi field search and next create rest api endpoint with firebase thanks

aramabdulrahman