I checked out Kodular Fenix (v1.5.0) Bug Tracker before creating a new topic
Describe your issue
I trying to insert information using this code
but nothing happen however if i use like this its working as expected
i also tried this nothing happen
Steps to reproduce the issue
Expected Behaviour
Actual Behaviour
Show your Blocks
Android version
13
1 Like
JEWEL
(Extension Developer 🧩)
March 10, 2024, 3:04pm
#2
It might be solution for you
Problem is with tag list.
When tag list contains only integers like 1, 2, 3… Get tag list block will not work.
2 Ways to solve it:
Add one more tag in your tag list which should not be number for eg. “k” and place any value.
In your tag list instead of just numbers store tag as “tag1” “tag2” “tag3” like wise.
Or you may search for relevant topics on community.
This block is correct for sending data to FireBase. After completing all non-empty field validations, the information is saved in FireBase.
When the GetTagList block is activated, you are searching for all data saved in FireBase
The Block below contains the requested data.
1 Like
Gaston
(zodiaclogic)
March 10, 2024, 10:41pm
#4
Shows how your firebase is structured and how you have configured the “Project bucket”
Just a suggestion to optimize your blocks in the future.
4 Likes
I tried to save string data, but it’s still not working when it’s from Firebase Database1. However, it works for any data type when it’s outside Firebase Database1.
Thanks for the idea improving my skills
still doesn’t resolve my issue
GulfEconomicContractingCompany.aia (215.6 KB)
Gaston
(zodiaclogic)
March 11, 2024, 11:19am
#8
It does not connect to the db, check your configuration values
I’m still looking for help.
Gaston
(zodiaclogic)
March 12, 2024, 2:48pm
#10
Friend, what part do you not understand? I told you that your db does not get a response, it is wrong or it is not configured correctly, start there.
Added to your problem, you don’t want to share information, so it’s impossible to help you.
body i think you didn’t not get my problem and you provide is out of the solution. please do back read my issue.
Gaston
(zodiaclogic)
March 13, 2024, 1:52pm
#12
If the DB is empty, Get Tags will not get a response (it will not be executed) to verify if a tag exists or not, you must use Get Value
Sorry, by not providing any information about your DB, it was estimated that it already contained records, it is difficult to provide help blindly, when information is denied or restricted.
Apart from what I mentioned, you must use a unique IDUser and a logical structure in your DB.
In your case, if a new user is registered with the same name, the data will be overwritten.
1 Like
Thank you body solve my problem, Cheers
system
(system)
Closed
April 13, 2024, 7:06am
#14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.