Getting started with the Firebase Realtime Database on the web

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 60

  • @swedishpsychopath8795
    @swedishpsychopath8795 2 месяца назад +4

    I've made my own firebase realtime database called Flamebase. It has NO restrictions to depth (as mentioned in the video firebase can only handle 32 levels, which may be okay for small hobby projects). Flamebase also has full duplex capabilities. Not only will the database be updated from the client (as we expect) but the client MAY also be updated in realtime when the database has changes (but this is up to the client developer to include, if needed). In short: I'm soon ready to roll out my Flamebase to the world!

  • @hypocriticdragon2061
    @hypocriticdragon2061 2 года назад +14

    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

  • @ryanallan9861
    @ryanallan9861 Год назад

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

  • @youssefultr
    @youssefultr 2 года назад +4

    data is not displaying in realtime database
    can someone help ?

    • @itsmariogs
      @itsmariogs 2 года назад

      I was having the same issue, make sure the user is logged in.

  • @redhen
    @redhen 2 года назад

    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?

  • @meonitelexdee3432
    @meonitelexdee3432 2 года назад +6

    But why choose this over firestore?

    • @labialkosta261
      @labialkosta261 2 года назад +3

      Better querying and more structured data, Designed to Scale, Easier manual fetching of data, Multi region support and mooore, check the doc for that

    • @stasoline
      @stasoline 2 года назад +3

      Firestore is better in every way except for billing. If your app needs to read hundreds or thousands of documents the bills add up quickly. Even for a basic chat app you might see several hundreds of reads. To not even talk about multiplayer games which need to sync state in realtime. Realtime database bills for bandwidth used which can make the difference between a $10 bill or a $30 000 bill at the end of the month.

    • @meonitelexdee3432
      @meonitelexdee3432 2 года назад +1

      @@stasoline so then realtime is much cheaper?

    • @worldclasscode1847
      @worldclasscode1847 2 года назад

      @@meonitelexdee3432 Is it better, and cheaper? Should I use Realtime in my next tutorial webshop?

  • @maryalvarez3692
    @maryalvarez3692 2 года назад +1

    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?

  • @rufatabbasov
    @rufatabbasov Год назад

    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?

  • @OkoliEvans
    @OkoliEvans 2 года назад +3

    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
      @OkoliEvans 2 года назад

      I can share the link to GitHub repo for anyone to take a look... hopefully he can see where the bug is coming from

    • @Jaybaas
      @Jaybaas 2 года назад +1

      I’m having the same issue. Please share GitHub link to repo/issue. Thanks

    • @OkoliEvans
      @OkoliEvans 2 года назад +1

      @@Jaybaas I got the issue resolved using another tutorial video.

    • @vardhanbhavsar5512
      @vardhanbhavsar5512 Год назад

      can you share the tutorial?@@OkoliEvans

  • @teddynational2383
    @teddynational2383 Год назад

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

  • @youssefultr
    @youssefultr 2 года назад +2

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

  • @plainpablo4559
    @plainpablo4559 Год назад

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

  • @travahnetshisaulu3101
    @travahnetshisaulu3101 2 года назад

    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

  • @GoldenJet3344
    @GoldenJet3344 Год назад

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

  • @kaitlinzhang1378
    @kaitlinzhang1378 2 года назад +2

    Thanks for sharing this great tutorial!

  • @worldclasscode1847
    @worldclasscode1847 2 года назад +13

    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 :)

    • @Frank_van_Puffelen
      @Frank_van_Puffelen 2 года назад +1

      A tutorial on such a specific topic is a bit much, but if you have a specific problem getting these operations to work for you and post a repro of that to Stack Overflow, I'll take a look.

  • @someshkolluru4878
    @someshkolluru4878 Месяц назад

    I have a rookie doubt. How do you run this?

  • @CNamgyel_12
    @CNamgyel_12 2 года назад

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

  • @olegyanusik5749
    @olegyanusik5749 2 года назад +1

    Hey, how to remove listener(onChildChanged)?

    • @Firebase
      @Firebase  2 года назад +1

      You can detach listeners by calling the off() method, here's the documentation for it: firebase.google.com/docs/database/web/lists-of-data#detach_listeners

  • @Jaybaas
    @Jaybaas 2 года назад

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

  • @abdulrahmanalniema7182
    @abdulrahmanalniema7182 2 года назад +1

    Always so helpful ❤

  • @BostYT
    @BostYT 2 года назад +1

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

  • @jeremyheng8573
    @jeremyheng8573 2 года назад +1

    thanks firebase team for the helpful explaination

  • @ModernProjectManager
    @ModernProjectManager 2 года назад +1

    With Typescript wanting to use comments as code. I think this is a problem for Firebase, yes? Because firebase hosting reads comments too? Maybe we should tell Microsoft not to use comments to build web components, before they start doing that.

  • @k.k9206
    @k.k9206 2 года назад

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

  • @antonmarinov6091
    @antonmarinov6091 2 года назад +1

    Thanks for this tutorial!

    • @Firebase
      @Firebase  2 года назад +1

      You're very welcome, Anton! Don't forget this resource when learning Firebase for the web: goo.gle/3JkeogT

  • @joshua-nf3rx
    @joshua-nf3rx 2 года назад

    Hello- My developer is based in Ukraine. due to the war I removed my credit card info with google console firebase. I entered a new credit card last week and my developer said the database was gone as well as our back up. Is there a way to restore my database? Thanks in advance

  • @osnielkyroque5367
    @osnielkyroque5367 Год назад

    Really well explained!, thanks

  • @ukuakpan3277
    @ukuakpan3277 Год назад

    it's not working out for me

  • @mrrolandlawrence
    @mrrolandlawrence 2 года назад +1

    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.

  • @Brlitzkreig
    @Brlitzkreig Год назад

    It would have been good to include a github repo

  • @lucutes2936
    @lucutes2936 Год назад

    but i want to see how you use the Firebase tool itself, not programming it

  • @munzilirrohmah6425
    @munzilirrohmah6425 2 года назад

    Thanks Andrea!!

  • @HungPham-nc9tu
    @HungPham-nc9tu День назад

    tysm for such a useful video, but i prefer a source code for better development, ma'am

  • @davidparnell1893
    @davidparnell1893 2 года назад

    Wow...a very logical presenter...

  • @GOVTHRSECSCHOOLVINAITHEERTHANA
    @GOVTHRSECSCHOOLVINAITHEERTHANA 10 месяцев назад

    how to upload mathematic and physics equation to firebase database

  • @vijayalaxmiise1504
    @vijayalaxmiise1504 7 месяцев назад

    Thank You So Much Madam

  • @geeksawbr
    @geeksawbr Год назад

    Thanks

  • @HowManyShrimps-g7z
    @HowManyShrimps-g7z Год назад

    tysm

  • @aqs9752
    @aqs9752 Год назад

    What a disgusting tutorial, this is not a real app management, this is only dummy. Why not talking about using and exporting functions between files, which is more realistic?