Config data is coming all at once causing issues

Instead of getting specific file details from config, all config data is being fetched.
Configuration should be received for Apps as and when required, basically like a On Demand service, this will eventually mitigate any potential risk of lower end phones with poor connectivity of not able to load the config and make the app inaccessible for usage. @rushikesh @Jalak_Vora

@Groot1321 we have communicated this in teams to use firebase for big config , this has nothing to do with theme or specific config or low end device , it’s just we are fetching all data at once and you want to split that data to make loading faster.

Use page level config for page level data, For global config data which is a big json dump use firebase.

Hi @Jalak_Vora Thanks for the response, we also had a word with another issue which is somewhat related to this, Imran khan has also suggested the same. We will go with having the config in our area of firebase/akamai/aws