JavaScript and Firebase Realtime Database

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 16

  • @ThrillDaWill
    @ThrillDaWill 2 ปีที่แล้ว +2

    doesnt work anymore sadly

  • @lmarkrol
    @lmarkrol 2 ปีที่แล้ว +3

    not working anymore :(

  • @stackercoding2054
    @stackercoding2054 4 ปีที่แล้ว +2

    Awesome!! That was exactly what I needed for a school project. Thanks so much!!

  • @cdesdamone2984
    @cdesdamone2984 4 ปีที่แล้ว

    Super Video! I try many videos but no one could work only yours! Thank you!

  • @rishivishwakarma7331
    @rishivishwakarma7331 4 ปีที่แล้ว +1

    Thank you so much man. you helped me a lot

  • @DeveloperRimon
    @DeveloperRimon 3 ปีที่แล้ว

    Thank you so much bro, this is so helpful content

  • @feliwein_cc
    @feliwein_cc 4 ปีที่แล้ว

    can someone help me? if i do
    firebase.initializeApp(firebaseConfig);
    window.db = firebase.database().ref();
    window.db.once('value', snap => data = snap.val());
    console.log(data)
    it reurns the query succesfully in the html on , but if i do a index.js and a function
    lets say function extend() {
    window.db.once('value', snap => data = snap.val());
    console.log(data);}
    extend();
    i get this error Uncaught ReferenceError: data is not defined
    why this happens?

  • @Nviaz
    @Nviaz 4 ปีที่แล้ว +1

    thanks mate helped a lot

  • @rudrasarkar1852
    @rudrasarkar1852 4 ปีที่แล้ว

    Awesome explain! Thanks

  • @louismastbooms5048
    @louismastbooms5048 3 ปีที่แล้ว

    Thank you so much! Is there any way to upload data as well?

  • @SamuelHauptmannvanDam
    @SamuelHauptmannvanDam 4 ปีที่แล้ว

    Vigtigt!

  • @강지호-z9k
    @강지호-z9k 4 ปีที่แล้ว

    nice!!! thank you very much

  • @pipipopogaming
    @pipipopogaming 3 ปีที่แล้ว

    super helpful

  • @adriankraska7709
    @adriankraska7709 4 ปีที่แล้ว

    HI man, great video!
    Do you know how to go deeper into the database tree? In your case, you are accessing root/text. I would like to access root/child1/child2 and print one of three values stored in there. None of my ideas work. Any ideas? :D

    • @MelvinAdekanye
      @MelvinAdekanye 3 ปีที่แล้ว

      It's been a year. You've probably figured it out. But for others who have the same issue. This tutorial is definitely going to help: th-cam.com/video/b1ULt_No3IY/w-d-xo.html

  • @creatorkannan675
    @creatorkannan675 4 ปีที่แล้ว

    Sir I want a Small help in html to firebase