You have the FirebaseDB.FirebaseDBError enabled in your code. You presently do not link the message to display on a Label. When you do not set message to a Label, and do not use its message, you suppress any runtime errors from displaying. Essentially your app ignores any errors.
To view firebase's error messages you need to either disable the Block or set code in it's event handler to send the error to a Label.
If you disable the FirebaseDBError Block, . you should see a message from firebase like this one.
Search through your blocks for your blue 'list from csv row' blocks, one by one.
Use the Companion Do It feature to show what you are feeding it.
Pay particular attention to commas and quote marks.
Are the quote marks balanced?
the aia file i attached above working well separately but once adding it to my project, its showing the error above, i didn't change anything in the blocks i just copied all blocks to a screen in my project
Really I didn't change anything even didn't change anything in the firebase..let's try to merge the aia project above in any sample project do you have if it works well then the issue is in my project, but if it showed the same error then we can find out why is that error occured!
without testing in the companion app? without starting the test in Screen1 and continuing to that new screen?
you named that screen find
this probably is not a good idea, because find might be a reserved word...
remove that screen again and use another screen name, for example ScreenFind
@Spicy_Topics
lets check the aia file please Sampleproject2.aia (5.2 MB)
the aia project, screen1 for the location is working well when it is being screen1 but i don't wanna make it the main screen so when i changed it to another screen than screen1, it doesn't work, don't know the reason, lets check it in the aia file please
@Spicy_Topics
So can you check blocks please to see why am getting the error in the screenshot above when changing it to another screen than the first screen?
@Spicy_Topics I didn't make that project so I don't know it's concept @SteveJG who helped me for it
So all I want to make it worked in the screen2 same as it's working in the screen1