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
Back To Top
Search