Build an Instagram Clone with React Native, Firebase Firestore, Redux, Expo - Full Course

preview_player
Показать описание
Learn how to build an Instagram clone using React Native, Firebase Firestore, Firebase storage, Redux, and Expo. The app includes an authentication system, database, storage, and more.

⭐️ Links ⭐️

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:02:28) Setting up React Native Expo
⌨️ (0:16:34) Auth System With Firebase and React Native
⌨️ (0:56:33) Save Data Using Firebase And Redux
⌨️ (1:29:05) Handling Navigation on React Native
⌨️ (1:49:43) Using Camera And Image Gallery With React Native
⌨️ (2:12:57) Saving An Image Post Using Firebase Firestore and Firebase storage
⌨️ (2:42:38) Displaying User Profile With Firebase Firestore
⌨️ (3:11:57) Search User By Similar Name with Firebase Firestore
⌨️ (3:36:00) Follow System Using Firestore And React Native
⌨️ (3:55:42) Post Feed System With Firebase and React Native
⌨️ (4:27:48) Logout Firebase Auth And Redux React Native
⌨️ (4:35:24) Adding User Comments To Posts W/ Firebase Firestore
⌨️ (5:14:00) Like System Using Firestore
⌨️ (5:47:25) Redesign Release

⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 DeezMaster
Рекомендации по теме
Комментарии
Автор

I taught myself web development starting in 1999 and worked professionally as a web designer and front-end programmer until about 2007. My how things have changed. This has helped refresh my antiquated skills tremendously. Thanks a bunch!

jt
Автор

If anyone gets an error 'firebase.apps.length is not defined...' or something like that, then this is a fix:
Now it's
import firebase from 'firebase'
And it was:
import * as firebase from 'firebase'

urosuros
Автор

Non Coders: Netflix and Chill.
Coders: FCC and Chill.

KETANRAMTEKE
Автор

In order to use ES7 for React Native, you can write rnf instead of rcfc for writing down the function component for RN.

robsonoliveiraalves
Автор

I was looking for something like that!! I can never stop thanking you guys for your effort to the community.
Big big shotout to you!!!
Love from Italy

edoardogribaldo
Автор

Cool transition effect.... It's equally as distracting as it is cool

nicholasspence
Автор

THIS IS THE ONLY TUTORIAL IVE SEEN THAT WORKS.
MAY GOD BLESS YOUR SOUL

ThatGuyDownInThe
Автор

Thanks! I love your content and style! Please keep up the good work!

BHancock
Автор

“Only need to know a bit about JavaScript and HTML” *immediately adds course to list* can’t wait to do it

hackerprincess
Автор

I have to thank you dude.. Im done with your tutorial and everything is working fine. This helped me so much!!!

derPHLOIS
Автор

Please do more full stack React Native apps.

parthipankalayini
Автор

Thank you. Seriously, you are a lifesaver. I couldn't find a solution anywhere else to make Firebase to work with Expo.

antsmasherjack
Автор

Amazing! Thanks to you SimCoder and of course to Free Code Camp!

DEV_XO
Автор

Releases tutorial in December 2020, uses a workaround to deploy firebase functions without having to pay that won't work after 2020. Genius Move

danielwildegger
Автор

When you get to this 4:08:02 part ( line 92 ) and couldn't retrieve the console log (line 93) like the video. Try put a " console.log(snapshot) " before line 92 and track down the path. It's normally like In my case it is Hope this could help.

bilugaming
Автор

The tutorial is amazing! However, the sound effect when the simcoder logo shows up was very distracting. Hope it will be at least quiter in the future.

elvistsang
Автор

6:43 (For Ubuntu beginners) Install node using "nvm". You would not get the permission error.

banda_bekaar
Автор

as the video proceeds, he gets better and better. . Well defined. like it.

sheel
Автор

for everyone who has problems installing firebase on windows:
deinstall nodejs and install the 12 version, delete the node_modules folder and package-lock.json and run npm install
after that try again installing firebase

todoku
Автор

Thank you! A really well explained and in depth tutorial! Loved this so much! 🙌👏

RootsMj