in the explanation i heard,
bonus will be given at sign up.
In my case I want the bonus to be given to "A" when "B" subscribed . Which means it will given in the homepage not sign-in page,.
I stored the data in another firebase DB " Which is "firebase refer" , but when, user "B" homepage is initialized the "firebase refer" did not load correctly, it combined every data on the database instead to download separately.
I did not use any start value, when u used start value in the home page no data was downloaded so I removed the start value and the data came with everything in the database, iam confused please tell me what to do, if you have another idea to do it, to get the data to homepage , Tag and value
I understand the blocks, but in the block I circled I want the value to come to a text box or label so the i can edit the value in the app. Not in list view.
To do that, you would need to add an event block for the ListView for when an item is selected from the ListView.
Study the ListView blocks and show us how you would handle that event, extracting the tag and value from the ListView Element and putting them into textbox .Texts for editting.
But another problem, users can not click and select from multiple databases, the firebase refer IAM using for referral is in index 14, so I want automatic selection on index 14 when the button is clicked.
I did not use "/ " anywhere in the database, I used simple and direct firebase database, "store" at the sign-in page and "get" in the app. Just as you've seen in the aia.
I have multiple firebase for deferent purposes, but the most concerned among them is in the fairebase bucket "mobile" firebase tag=moblie, value="moblie number",
Good morning,
It's like I understand what you are trying to tell me, I registered 3 users , 2 with referral code of the first user, but the second reffer replaced the first one.
It does not matter, All I want is to get the 2 firebase buckets to one page.
Or just give me any other better option as the Screen_dump_firebase page you gave .
Let's say you registered four users, A, B, C, D.
User A referred users B and C.
User C referred user D.
Then the referral tree should look like
(referral database)
A
B:0
C:0
C
D:0
These are the Firebase tags and values to set to create these branches, leaving Project Bucket set at the base of the tree ...
(tag:value)
JOIN("A", "/", "B") : 0
JOIN("A", "/", "C") : 0
JOIN("C", "/", "D") : 0
Use the blue mutator to add sockets to the text JOIN block.
I can't really understand this explanation, how will I register users, how IAM i going to set up the tree, will I create more text boxes to represent users or when users sign up, will I fix the joint on the fairebase bucket block or how. can you pls show the blocks for more understanding.