Complete React CRUD Application with Firebase Real Time Database

preview_player
Показать описание
In this video, we are going to build Complete React CRUD Application with the help of Firebase Real Time Database along with routing.

Please subscribe this channel if you like the content on this channel.

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

Additional feature included like Searching, Sorting & Filterning using firebase query

codewithvishal
Автор

Thank you for the outstanding content on your channel. I hope that you keep making new projects and applying different concepts.

Please add Print table info + search table info for both crud firebase and crud redux-saga

basilelhassan
Автор

Thank you very much, this was very helpful tutorial.

shyammistry
Автор

validation.ts:352 Uncaught Error: child failed: path argument was an invalid path = "dataa/[object Object]". Paths must be non-empty strings and can't contain ".", "#", "$", "[", or "]" this bugg is showing me please help

sahildudani
Автор

Any database logic, especially when makig queries should definitely be kept seperately on an api endpoint. All of this is accessible from the client which is a big security concern. I'd understand if you were using next js server actions as a hybrid approach but this is just bad practice overall. I do appreciate you for creating this tutorial and providing the logic and setup but maybe it would be a good idea to mention this in the tutorial that this is NOT acceptable in a production environment.

DEBO
Автор

Thanks, bro. Very useful tutorial. 👍👍👍

altynbekkasymovchannel
Автор

Since the video is a little old, In react-router-dom v6, "Switch" is replaced by routes "Routes". You need to update the import from

import { Switch, Route } from "react-router-dom";

to

import { Routes, Route } from 'react-router-dom';

You also need to update the Route declaration from

<Route path="/" component={Home} />

to

<Route path='/welcome' element={<Home/>} />

shokresistant
Автор

Hi,
Could someone help me with the toastify.error message as shown below. I need the notification to be displayed in red.

oscheka
Автор

Good but I don't think I prefer coffee... I am good with 10 rupees chai. 😃

AdityaPandey-ebwq
Автор

I changed the imports to match v9, but I'm still getting this error, any ideas? is not a function

saskue
Автор

child function of fireDb is not working help me with the solution

imrankhan-bhzo
Автор

how can i implement this using material-table ..idk how to set the firebase id

mrwho
Автор

Followed every step, but unable to read firebase real-time database, can anyone help ?

Getting error .child is not a function

khizarsyed
Автор

hi bro page routing is not working well bro but in url it's changing on click edit button but i couldn't able to get tha form for update page please help me with this asap...

akashsumi
Автор

You sooo good bro thank u so much<3

thongahuhu
Автор

Hi Vishal
Is there video on React with typescript.If not please add

rekhak
Автор

Hello sir, if it is possible can you make a video of this that fits to the latest version? Thank you sir.

smiles
Автор

How to get id where had you set in update and view page in app.js

mayankkahar
Автор

superb bro but you should not force any one to buy you a cup of coffee

zeshanali
Автор

best as always. Thanks but
wich one firestore db or realtime db for data table with send more request for searching data..

aramabdulrahman