Delay in getting firebase data

I can get the desired data but it takes around 3 seconds to load, and every time I refresh the page the data loads again.

I would like to store the name, photo and score data, so it doesn’t disappear and appear every time I come back on the screen.

vidma_recorder_edited_06082022_145453

Blocks

Firebase

I’ve tried saving the data in tinydb this way and fetching the data when it has initialization.

But now the screen freezes for a few seconds before showing the data.
data keeps disappearing with each screen startup.

instead of using more if else why dont to use dictionary method of calling data?

set firebase bucket to empty
call fiebase data to (the red circled values using the separator/

image

and in when firebase got data just use like this

image
I have called like this

image

I think I didn’t understand this part, I don’t have much knowledge in the area and the language gets in the way a little.

would you have some free time to see my aia and help me with this problem?

If you are getting image from firebase and want to mount in image component then this 3 sec delay is quite common. If you want to get faster mean just use image utility

2 Likes

thank you very much for your help, it helped me a lot.
It’s charging pretty fast now, I just made one change.

I changed the image utility to this extension.
the image now has the same loading as the text.

Screenshot_27

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.