Firebase storage download working for few android version but not working for Android 7 and above

This path is working on all Android versions: /storage/emulated/0/

/mnt/sdcard (Android < 4.0)
/storage/sdcard0 (Android 4.0+)

The “/storage/emulated/0/” folder does not really exist. It’s what might be called a “symbolic link”, or, in simpler terms, a reference to where the real data is stored.