How To Load All The Data From The Firebase When The App Starts

I Had A Idea When The App Shows The Splash Screen What If The Data Loads When The Splash Screen And Distribute The Data To The OtherScreen So The App Could Run Faster
Is That Possible

You can’t do this as data can’t be loaded on splash screen to make your app faster you can reduce some unnecessary components and minimise the load

Ok Thank You
@Harish_garad

You can achieve this just by using custom spalsh screen…

When custom spalsh screen visible , set clock to timer and set blocks to get data from Firebase. Once get disable the time, disable spalsh and make visible the main

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