Adding more data to firestore upon completion of a purchase
I’m trying to add more data to my users collection in Firebase Firestore but for whatever reason the payment method I have setup with passkit throws an exception when ran in the simulator.
Main thread being blocked fetching from Firebase
Every time the posts are fetched from cache or not from cache, the app freezes and main thread seems to be blocked. What is causing it to be blocked in this code? I noticed it happens when a lot of posts are being fetched and displayed.
Bringing array values containing map in firestore using Swift
I’m developing an app for my school project and I stuck in an issue and I’m not able to handle it. I’m trying to get midTerm
, finalTerm
and lectureGradeId
values from my Firebase Cloud Firestore. Except that values, I’m able to get every value from Firestore.