How To Use Firebase Realtime Database in Reactjs in Telugu - 28 - ReactJs in telugu

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

This video is all about explanation of how to use firebase realtime database in reactjs in telugu. This series will be continued stay tune :) for upcoming videos.

I am grateful for your all support !!.
#teluguskillhub
Рекомендации по теме
Комментарии
Автор

To get data from firebase, please refer below code guys
const App = () => {
const [data, setData] = useState([]);
useEffect(() => {
=>{
let data = Object.keys(response.data);
let list =[];
data.map(key =>
setData(list)
})
}, [])
return (
<div>
<center>
{data && data.map((data, index) => <div key={index}>
<p>{data.property1}</p>
<p>{data.property2}</p>
<p>{data.property3}</p>
</div>)}
</center>
</div>
)
}
Note : submitted data will store by creating an object by default. If you want to get those object data from firebase to use in react, than we have to use Object.keys(), this will convert you all object data to array.
I hope this will help you guys :)

TeluguSkillhub
Автор

Don't be sorry bro. in fact we are thankful to u. You r doing a great job. explaining concepts very clearly

sultanSurya
Автор

First time chustunna bro youtube lo coding in inhta clear ga expalin cheyatam doubts rakunda... now i learned React with in 10 days without any doubts... am really lucky bro.. Thq u very much..

lakshmand
Автор

Thanks bro for giving valuable information as free of cost 🙏🙏🙏

ashokrathikrinda
Автор

Thank you so much bro for explaining concepts clearly.

priyankam
Автор

thank you soo much bro intha practical ga evaru cheypalaeud bro office lo work ela untundo ala cheyppao thank you bro

sesha
Автор

Super explain bro...Thank you for share

bollaramstudio
Автор

Thanks bro this is realtime is very helpful for me👍

visusri
Автор

brother velaythey react project ela untudni office lo react meda work ela untundi em work cheyali anvatimeda vidos ceybro chala useful authundi
thank you for this videos picha clarity ochindi

sesha
Автор

Mi videos chala usefull ga vunnayi bro ❤️

areyakhil
Автор

You are excellent, no sorry please, we are thankful to you.thanks

ghkhellfire
Автор

No misunderstanding bro iam thanking you for doing best😍

AshokKumar-eukj
Автор

ee video choosaka kuda vere udemy lanti courses lo join avvala?super sir meeru

konidoniravirr
Автор

Nenu oka project chesanu that is to display contents of a json file.

ramubhukya
Автор

bro can u post full project using firebase like login and register other profile please can post vidoes

chammajabeedkhan
Автор

How to use our json file ur in post how to creat a link of it

ravipaluchuri
Автор

Bro if I am submitting only name also it got submitting in the data base, is there any possibile way untill all the coloum's are not empty only then submit the all the information in the data base ?

visusri
Автор

Hi, can you provide a video for crud operations with any database(mysql, sql, firebase)?

praveenkumarn
Автор

Axios () react native lo use cheyocha...?
And firebase data base ni react native lo use cheyocha...?

chandanamusham
Автор

Hi bro! firebase+axios use chesi Todos application chepandi bro

surendrad