Activity starter is not working…
Right is showing error601
Screen shot of block is here.
Boban
(Boban Stojmenovic)
October 1, 2018, 6:00pm
2
Can you do do it on this block, so we can see what you have there.
/Boban
1 Like
There is a link from firebase
Be more specific. Show us your blocks. Tell us what you’re trying to do.
I just want to assign second value of a single tag which is a link …
I am using firebase as a database
It is a full screenshot of block…
Thankfull with your support
Boban
(Boban Stojmenovic)
October 2, 2018, 1:30pm
6
There is no difference to your first post or the last one, we can not help you from those images, we need more..
/Boban
I didn’t understand what you want to say
yusufcihan
(Yusuf Cihan)
October 2, 2018, 6:13pm
8
Please give us more info about your blocks.
I want when I click on button 1 there should be open a link which is stored in my firebase database
In my firebase has only one tag in each bucket…
And every tag contain two values
In my block I did following things…
first I declare a variable
Then get all the tags(bcz of project bucket is
empty the firebase buckets will consider as
tags.)
I wanted to that tags(buckets) are show in list
so I use list viewer component.
If any element will be chosen then it will
become project bucket(in example it is xyz)
of firebase2.
Then it will get the tag(in example its name is
tag) of that bucket.
Then fdb2.tag list will take there values
because there is two values first one will be
assigne to label and second one will assign
to button
Label is working but button is not working
Here screenshot of screen …
Hope it will help you to help me…