I am confused about loading stickers from firebase. I have the source code of the official app of WhatsApp stickers that I get from GitHub from this link : https://github.com/WhatsApp/stickers/tree/main/Android
But I cannot customize this code for getting stickers from firebase storage instead of keeping files in the assets folder to reduce the size of my app due to the complexity of the code. If you want source code, you can check the above link. My objective of this question is how we can customize code (link of code is given above) to have firebase functionality.
Kindly help me with this issue of how to customize its code to fetch stickers from firebase
Thank you so much for your attention and participation.