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
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 ?
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👏👏
HI
How to GET VALUE??
if we add data there will be only 2 semi colon
...and the text block about ProjectBucket is always empty?
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.
show us how to add and view image files
Hello dear, sorry for the late reply, are you still looking for it?
@@RoMecha_lb yes pls
@@ViralTrendZone Please write specifically what you're looking at, i want to help you.
Why there is 4 semi colon in value field
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 ..
@@RoMecha_lb how to change this single caution symbol
@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.
@@satyabrata7161 to change from 4 quote to 2 quote, add math shape to multiply your text with 1
yes, there is more than one way to prevent this. Good luck👌👍
can u help me out ???
Hello tyko,
Let's help you 😀😀😀
Start asking.
how get data from firebase?
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.
Not work...
Hello Fernando, can you please tell me what is your problem, what specifically is not working for you?