Здравствуйте, где ошибка? по одному вручную работает, а цикл не работает?
Спасибо!
What does your list data look like ?
When it comes back into AppInventor?
Are you converting it from a csv table to a list ?
Is each url separated by a comma , ?
Please show all your relevant blocks and the data list in appinventor (use Do It to get the text)
у меня в пожарной базе хранилища есть картики:
я хочу создать в пожарной базе ДБ УРЛ адреса картинок
и еще одинь вопрос, как ускорить загрузку и выгрузку, а то очень медленно идет процес
Your blocks need to be something like this:
Upload an image file (button 3)
When uploaded firebase responds
then add the url to the list and upload the list to firebase realtime database
When the app starts it calls the list
Но я хочу, автоматически добавлять урл адреса уже существующих картинок (около 200) в хранилище, в базу данных реального времени! То есть у меня уже есть 200 картинок в хранилище. Вручную это очень много времени занимает, спасибо что помогаете!
у меня уже загружены 200 картинок
There is currently no AI2 method to return everything in firebase storage. I will have a look at what can be done with javascript.
If you know the filenames, you should be able to construct urls:
https://firebasestorage.googleapis.com/v0/b/
<your Project>/o
/<folder>
%2F
<filename.png>
?alt=media&token=
<your media token>
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.