no they just show how would i fix it
Hello I am trying to create a quiz app for firebase using some tutorials, it keeps showing this error
this is my code
where would i put it?
Use the blue mutator to add an ELSE clause to that IF/then.
It still shows my error.
Export and post your .aia
Which server are you using, and which browser?
It looks like the new release corrupted your project export, exploding your procedure and scattering its blocks.
Extra unused blocks are just there and i had slightly changed the code for the button. I am using real-time database and edge.
It looks like edge is not exporting projects well.
Switch to another browser like Chrome or Firefox and try another export.
The edge export's procedure detonated on import, scattering its blocks.
(False alarm, just a slob)
ok, let me try that
Also, add a Notifier with OK button to your error event blocks.
Don't ignore errors, they cause problems down the line.
i just did this after sending
Is that all you had in that procedure?
Just incrementing the index and not displaying the next question?
You had more in your first post.
I think I may have changed that as a test and forgot to change it back, let me fix it then send that
Change your Project Bucket in Designer to CodingQuiz, then you should receive data, but not as you might expect.
You are using Firebase arrays, which should start at 0, and not 1. You may experience problems as you add more questions or try to edit your data.
Also resize your coding image to 400wx257h this should reduce its size (and thus that of your project) tenfold
This is just for starters, as @ABG has indicated, there are many errors in your blocks logic.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.