How to get Realtime Data from Firebase to your Web Application

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

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

  • @ElectronicsSimplified7
    @ElectronicsSimplified7  Год назад +1

    Watch the video at an 0.5x if needed after 28:00

  • @dannmwangi3978
    @dannmwangi3978 Год назад +3

    I love the explanations you give in your videos

  • @wil5
    @wil5 Год назад +1

    Hello there! I tried your method and I got a error that said firebase is not defined, may I ask what might be the reasoning for it?
    Great tutorial btw, thanks for the great help!

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

    Thank you! Your video really helpful

  • @danieleudes4102
    @danieleudes4102 Год назад +1

    Hello, ilove your videos, can you do one video where you also include the esp 32 on the gas detection system, that the data can be accessed on a web application as well as on the lcd display

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

    Which firebase esp32 client library version is used

  • @utpalpal8546
    @utpalpal8546 3 месяца назад +1

    Please tell one thing, can try it but problem occurred with library

  • @pjaymaen
    @pjaymaen 11 месяцев назад +1

    tried it, but in the database there are only the tablenames with value: 0 created.
    The sensor readings are correct in serialmonitor. only the table is not filling with data. what could wrong?
    DHT_11
    Humidity
    :0
    Temperature
    :0

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  11 месяцев назад

      If the serial monitor shows the readings. It means the system is working fine. But if the database isn't reflecting the change after every interval that is mentioned in the code. It means that the database has not connected properly.

  • @NoyaBalagam
    @NoyaBalagam 10 месяцев назад +1

    How can we connect ultra sonic sensor to eps8266 ans send its data to firebase database and create a webpage from it

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

      did you get an answer on this question
      I need information about this subject
      send me

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

      I can mail you the project. Please contact me via electronicsengineering3@gmail.com

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

      I can mail you the project. Please contact me via electronicsengineering3@gmail.com

  • @amirulhakimizaini5565
    @amirulhakimizaini5565 9 месяцев назад

    can we add soil moisture sensor on the same nodemcu esp8266 board? but using different pinmode. can u show the tutorial by adding the soil moisture sensor on the same board..tq

  • @edwardraj5143
    @edwardraj5143 Год назад +1

    hi, i am getting this error "Failed to Read from the Sensor
    REASON: Invalid data; couldn't parse JSON object, array, or value." Can you help me with this

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

      Your connection has an issue

    • @ShubhamKumar-tj8ss
      @ShubhamKumar-tj8ss Год назад

      Facing the same error, if I try to read the sensor data on serial monitor locally without the firebase connection the sensor seems to be working fine but when I try with firebase code it gives me the same error@@ElectronicsSimplified7

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

      i have the same problem

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

      Check that your sensor is connected correctly and you have firebase configured correctly.

    • @shivanipatil9135
      @shivanipatil9135 6 месяцев назад

      hii i am getting the same error. Did u solve urs?

  • @ClintYbanez-rj4qd
    @ClintYbanez-rj4qd Месяц назад

    can u make a noise sensor fetch data on firebase? plsssss

  • @THARUNKSECE-B
    @THARUNKSECE-B 10 месяцев назад

    Bro how can i connect u . I have some doubts bro, just im building a energy meter which is to be connected to firebase and i want to retrieve data to an app which is used to billinga and generation of bills .

  • @LuberthDijkman
    @LuberthDijkman 6 месяцев назад +1

    HelpMe?

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

    i follow every steps but the webapp is still not reading the right data

  • @shreyassy6709
    @shreyassy6709 8 месяцев назад

    Firebase.ready and Firebase.RTDB.set or Firebase.RTDB.get these methods are not there. What to do for this?

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  8 месяцев назад

      Did you install the firebase dependencies?

    • @shreyassy6709
      @shreyassy6709 8 месяцев назад

      @@ElectronicsSimplified7 Yes
      Even if the firebase is ready. I am facing this error
      Request failed:
      send request failed

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  8 месяцев назад

      It's hard to debug with this information.

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  8 месяцев назад

      Please tell me more about the project

    • @shreyassy6709
      @shreyassy6709 8 месяцев назад

      @@ElectronicsSimplified7 Just I am trying to send one string value to the Real time database at that time I am getting this error.