How to WRITE, READ, UPDATE and DELETE data with Firebase database using JavaScript

preview_player
Показать описание
How to WRITE, READ, UPDATE and DELETE data with Firebase database using JavaScript using JavaScript. Hey guys and gurls. I'll be showing you how to save and get data from Firebase database. Not only so. You'll be gifted with knowledge on how to update and delete data in the database. (LOL)
It's super easy. Sit back and relax.

Until Next Time
RhymBil Out
Рекомендации по теме
Комментарии
Автор

You deserve so much more love from the YT algorithm... Thank you. Lifesaver.

reedgraff
Автор

3 years old and still saving lives like mine right now 😅. Excellent video man, congrats

davigibson
Автор

i copied all your process but the data and alert is not reflecting

nixxxxx_
Автор

sir, i had done exactly same coding but everytime its showing 'saved' notification, instead of update or delete & delete function isn't working it just updates that particular user for ex:'test' leaving other columns empty except 'username' column.

gaganpreetsinghsidhu
Автор

you deserve a million subscribers for how simple you made this. Got it down in 9 mins that i couldn't with hours reading Google's documentation.

For some reason the onclick kept saying it wasn't defined so i used event listener on the element as a workaround.

document.querySelector('#submit').addEventListener('click', () => {
let name =
let email =
let username =
+ username).set({
name: name,
username: username,
email: email
})
})

catsNcode
Автор

sir can you make an admin panel which list all our user, we can add new user, edit user, delete, and update too...

MoviesPlaza
Автор

Heyy melvin, I started watching your videos and they're great. I wanna ask tho, I have this website that has a form and the form uses firebase. Is there to build a page that views all those to fill the form

gamerdrexx
Автор

thank you! you save me sir thank you very much

ryujiiin
Автор

I'm so cofused the form doesn't submit anything, I have firebase installed and everything ready, there's even no alert

nadaahmed
Автор

What's the name of song in background?

gilluisfrancisco
Автор

it doesn't save the data in the database (but it saying saved) can you help me please

RedWax.
Автор

Hello thx for your video. Does it work with version 9 of firebase ?

olivierboulanger
Автор

How can u print all the data in a single alert?

jithinkumar
Автор

Can this work to signup and login form? thanks in advance

kobepwe
Автор

My only question is why is it not working in 2023

honzosaurus-no_furry
Автор

• never trust a nerd to explain simple shit online

AlexanderWilhite