skip to Main Content

Async/Await: "out of range error" when trying to access array filled with downloaded images from firebase storage – Ios swift

I tried to download successfully uploaded images to storage with the code: func retrieveAllPictures(helloid: String) async { //Referenzen zu den Datenbanken let db = Firestore.firestore() //Alle Foto Ids in einem Array speichern let result = try? await db.collection("events").document(helloid).getDocument() allPictureIDs =…

VIEW QUESTION

Android Studio – Android 11 not fetching path for file

I have been working to fetch file path from storage till now, For example file path is /storage/emulated/0/Download/NTL_ANDRODI_DOGMA_SYSTEMS_SRL_A_SOCIO_UNICO_TEST NEW.afgclic After android 11 it's unable to fetch FilePath. After giving permission uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" It's allowing for Android 11 also, but app…

VIEW QUESTION
Back To Top
Search