I built a chat app in 7 minutes with React & Firebase

preview_player
Показать описание


#react #js #firebase

Install the quiz app 🤓

Use code lORhwXd2 for 25% off your first payment.

My VS Code Theme

- Atom One Dark
- vscode-icons
- Fira Code Font
Рекомендации по теме
Комментарии
Автор

me: runs npm install <package>
- takes 7 minutes to install.

MrNsaysHi
Автор

If anyone has errors saying "firebase is not defined", or "Attempted import error: 'firebase/app' does not contain a default export (imported as 'firebase') Error" it probably means that you are using Version 9 and that things changed a bit for importing firebase. Now there is a “compatibility” option so can use the /compat folder in your imports.

So instead of :
<< import firebase from 'firebase/app';
import 'firebase/firestore';
import 'firebase/auth'; >>

use:
<< import firebase from 'firebase/compat/app';
import 'firebase/compat/firestore';
import 'firebase/compat/auth'; >>

aryaholmukhe
Автор

For anyone who stuck at 4:30, as I did. Make sure to go to your project->database->rule and change "if false" to "if true". I'm new to firebase and it took me too long to figure out.

enjili
Автор

The most intense 8 minutes of my life so far

carolinebuttet
Автор

assert("I built a chat app in 7 minutes with React & Firebase" != "I explained a chat app in 7 minutes with React & Firebase")

midhunrajr
Автор

it's unfair, your code magically gets pasted. Meanwhile my react app is still being created.

rishabhanand
Автор

i usually have to speed up tutorials, this is the only channel I have to slow it down xd

SirXtC
Автор

I would not recommend this video in 2023. Too much has changed with firebase that many of these instructions can no longer be followed easily. If you are a beginner, you will spend a lot of time trying to solve these problems. I recommend following a more recent tutorial to save yourself a lot of headache!

rachelann
Автор

Nothing beats short tutorial videos. Directly to the important part.

andresorrego
Автор

Thank you! I became a full stack react developer after watching this video! No questions whatsoever!

Victor-yecz
Автор

I literally started making an app in React+Firebase yesterday and he uploaded this video. Insane!!🔥🔥

samarpanharit
Автор

Fireship, I've been coding now for approx 3/4 years, graduated from CS, and working on my masters, and I just keep coming back to your channel, I love your "no bullshit" approach to tutorials. Just wanted to say thank you, it's so refreshing to have a coding channel that respects its audience.

Heffsta
Автор

Spending 7 minutes to make a chat while I spent 3 months debugging the one a previous employee did 😅

NomadicJulien
Автор

"in 7 minutes" That's impressive and demoralizing at the same time. I would take ages to create something like this

RokasJovaisa
Автор

Its easy.
Step one: copy
Step two:paste

IsaacHoweiner
Автор

Every other youtuber: "Build a todo list in only 6 hours"
Fireship: "Build a real-time app under 7 min with firebase, serverless functions, and react"

That's why I love this channel.

rainezombi
Автор

I literally have so much pleasure listening to your voice teaching cool stuff. And the best part is when you tune that music on at the end, wow what a soothing feeling....!

SridTech
Автор

I was with you up until "CSS is way harder than React and Firebase."

brianhogg
Автор

It would be cool to see you build that same app with different frameworks. It would be much more interesting comparison that a simple todo list.

the-old-channel
Автор

I am a react beginner, wanna learn backend, and watching this just overwhelmed me - reminding me of how much I gotta learn. Tutorial hell to go!

terrapb_ps