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

"You attempted to use a firebase module that's not installed on your Android project by calling firebase.app()." – React native

I followed https://rnfirebase.io/#managed-workflow guide on how to install Firebase. I created a new Expo app with: npx create-react-native-app -t with-dev-client As written in the guide. I then did npx expo install @react-native-firebase/app npx expo install @react-native-firebase/auth Having nothing in the…

VIEW QUESTION
Back To Top
Search