Firebase tags and outdating (runtime error)

Hello I am trying to create a quiz app for firebase using some tutorials, it keeps showing this error
Screenshot 2025-01-18 102845 this is my code

and this is my fire base

never mind the 2 "/"'s in the firebase I fixed it that part but still not working.

Look at the values coming back from the getValues. Do they look like AI2 lists ?

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
Screenshot 2025-01-18 102845 this is my code

and this is my fire base

You tried to display the next question before all 3 tables arrived.

See the lower left corner.

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

QuizMe_But_Better (1).aia (2.5 MB)

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.

QuizMe_But_Better (3).aia (2.5 MB)

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