Loading time or delay time to a procedures

How can I make procedures give a loading time before changing the screens? I want them to have 5 seconds delay after a procedure is done or processing from the firebase?

use clock.timer

1 Like

... or use an animation for 5 sec using Phase:

1 Like

Thank you for all of your suggestions, i forgot to mention that i need it in order to give time for firebase to send data and my app to fetch data because it returns an error when these two collides run simultaneouus.

Only fetch the next data item after the previous item has arrived.

You can use multiple Firebase components with separate completion events and chain them.

1 Like