Getting started with the Firebase Realtime Database on the web

preview_player
Показать описание
In this episode of Firebase Fundamentals, Andrea Wu will show you how to get up and running quickly with Firebase Realtime Database in your web application.

Chapters:
0:00 - Intro
0:57 - Console Setup
1:55 - How Firebase Realtime Database stores data
3:13 - Adding and initializing Realtime Database
4:04 - Write and update data
5:26 - Read data
6:09 - Handling lists
7:39 - Child events
9:34 - Open source libraries

Resources:

#FirebaseFundamentals

product: Firebase - Cloud Storage; fullname: Andrea Wu;
Рекомендации по теме
Комментарии
Автор

Hi, I might just be missing something, but what is going on when you call updateDistance() (at 5:55)? I don't see the method implemented anywhere

hypocriticdragon
Автор

data is not displaying in realtime database
can someone help ?

youssefultr
Автор

Thank you very much, i like the fact that is a simple task i find it hard to learn lots of information at the same time, is always the best to learn step by step

travahnetshisaulu
Автор

Have been trying for days to upload data to realtime database, still no success. Even after watching this video, it still doesn't work.

OkoliEvans
Автор

Thanks for sharing this great tutorial!

kaitlinzhang
Автор

thanks firebase team for the helpful explaination

jeremyheng
Автор

i swear i'm doing the exact same steps but still data is not showing in realtime databse
please help me

youssefultr
Автор

I'm struggling to use the onDisconnect event -- to simply remove a user from the realtime database. No documentation I can find helps with the new modular design of firebase v9. Can anyone help?

redhen
Автор

A question regarding the Firebase panel, is it possible to make a crossover of event parameters?
That is to say, if I have a parameter that is type of users and qr code associated to an event that for example is "that they have made a form"? I can make a cross between both parameters to know which user has visualized a qr inside the form?

maryalvarez
Автор

Where is the start up code in the set up video linked to the video in the description?

teddynational
Автор

Please add source code to download, and a PDF with installation instructions :) It's always good with a CRUD source code with Create, Read, Update, and Delete :)

worldclasscode
Автор

awesome tutorial. now i wish so hard google would make a similar wrapper for postgres. im a DBA and still like keeping logic server side with stored procs & triggers. giving system users table access still gives me shivers.

mrrolandlawrence
Автор

I did everything watching your videos and reading the documentation and even copying and pasting the scripts but unfortunately couldn't write a single word to my RT Database. I even tried both (npm and CDN) methods. Where can be the problem? Do I need to format my PC?

rufatabbasov
Автор

is there anyone getting this error Uncaught SyntaxError: Cannot use import statement outside a module (at firebase.js:2:1)

plainpablo
Автор

This video tutorial is great and helped me a lot with learning firebase.

k.k
Автор

I need a little help please. My firebase is kind of different from the video. Almost all UIs look different.

CNamgyel_
Автор

Real-time Database read and writes are not functioning even with the above code. Please help

Jaybaas
Автор

at 8:47 where do you get the postId from. I'm spcifically having trouble with onChildAddded because it is triggering twice

ryanallan
Автор

Hey guys, can you make tutorials on orderByChild/orderByValue with RTDB? Thanks!

BostYT
Автор

how can I add the push function to the set(...), {...}?

GoldenJet