How to store value from Mit App inventor to firebase

Поділитися
Вставка
  • Опубліковано 6 лют 2025
  • This video Shows you how to store values from Mit app inventor to firebase.
    in addition how to create a real time database in firebase then create an Mit app inventor application..
    Notes Related to the video: if you choose the locked mode instead of testing mode, you need to go to the rules and modify the read and write to true(so that you can write and read from firebase).
    Don't forget to support us and subscribe to our channel😍😍.
    #firebase #inventor #iot

КОМЕНТАРІ • 27

  • @mayaratef5815
    @mayaratef5815 Рік тому +1

    When i multiply me text to 1 it gives me an error you cant multiply a string to a number , and when i use replace all text block it doesnot work for these qoutes "" , do you have any another solution ?

    • @RoMecha_lb
      @RoMecha_lb  Рік тому

      hello dear, yes you can't multiply or do any math calculation between a string and a number. you can simply convert your string into a number, then get the converted value and multiply it by the second number.
      Good luck👏👏

  • @BMGAME-fq2pq
    @BMGAME-fq2pq Рік тому +1

    HI
    How to GET VALUE??

  • @satyabrata7161
    @satyabrata7161 2 роки тому

    if we add data there will be only 2 semi colon

  • @RicNadir
    @RicNadir Рік тому

    ...and the text block about ProjectBucket is always empty?

    • @RoMecha_lb
      @RoMecha_lb  Рік тому +1

      This bucket can made a change inside your database list. if you don't have a complex database, keep it as it is. if you need you can test it and see what happen by simply write any name in the bucket, upload the code and go to database to see the results.

  • @ViralTrendZone
    @ViralTrendZone Рік тому

    show us how to add and view image files

    • @RoMecha_lb
      @RoMecha_lb  Рік тому

      Hello dear, sorry for the late reply, are you still looking for it?

    • @ViralTrendZone
      @ViralTrendZone Рік тому

      @@RoMecha_lb yes pls

    • @RoMecha_lb
      @RoMecha_lb  Рік тому

      @@ViralTrendZone Please write specifically what you're looking at, i want to help you.

  • @satyabrata7161
    @satyabrata7161 2 роки тому

    Why there is 4 semi colon in value field

    • @RoMecha_lb
      @RoMecha_lb  2 роки тому

      it depends on the input on your mit app inventor, that's mean the type of the data that you need to send if it is string or number or ..

    • @satyabrata7161
      @satyabrata7161 2 роки тому

      @@RoMecha_lb how to change this single caution symbol

    • @RoMecha_lb
      @RoMecha_lb  2 роки тому

      @Satya brata you can change the data type from your mit app, or you can delete them from your code when you receive it. but it's a good way to send data as values instead of string if you can. but if you need to send it as string, you can do a way like receive it as it is, and after that do a simple script to remove the first and the last character of the string.

    • @imvickykumar999
      @imvickykumar999 2 роки тому

      @@satyabrata7161 to change from 4 quote to 2 quote, add math shape to multiply your text with 1

    • @RoMecha_lb
      @RoMecha_lb  2 роки тому

      yes, there is more than one way to prevent this. Good luck👌👍

  • @tyko9572
    @tyko9572 2 роки тому

    can u help me out ???

    • @RoMecha_lb
      @RoMecha_lb  2 роки тому +1

      Hello tyko,
      Let's help you 😀😀😀
      Start asking.

  • @relaxingmusic8585
    @relaxingmusic8585 Рік тому

    how get data from firebase?

    • @RoMecha_lb
      @RoMecha_lb  Рік тому

      hello, simply you need to do the reverse way by choosing get value (Firebase.getvalue), then you need to add the tag and the index in order to get it.

  • @FernandoBS.
    @FernandoBS. 11 місяців тому

    Not work...

    • @RoMecha_lb
      @RoMecha_lb  11 місяців тому

      Hello Fernando, can you please tell me what is your problem, what specifically is not working for you?