Problem I have an UITableViewCell class that written in Swift. And it seems to me that I did it the […]
Tag: firebase
Fetch nearby chat users using Firebase and nested completion handlers
Problem I have a method that calls three functions that each make a request to Firebase and pass back data […]
Swift iOS rewrite a function that use Firebase database without updating a global variable
Problem I’m learning swift programming and i built a music trivia app for iOS that use firebase real time database. […]
ZooRater mobile app. This code is responsible for displaying and handling zoo dashboard. Need general advice
Problem Context: gitlab link I know, it’s a lot of code but I need your help ladies and gentleman. I’m […]
Maintainable networking layer architecture
Problem There are so many different solutions and examples on how to build a proper networking layer, but every app […]
How can this swift, firebase image fetching, function be made more concise?
Problem I am trying to fetch a group of images within a place in Firebase database ref. I then loop […]
Vue + Vuex + Firebase serverless realtime chat
Problem I am “discovering” Firebase and I’m trying create simple chat with Vue, Vuex and Firebase. But because I’m just […]
Creating json objects with undefined properties
Problem I have the following snippet code which, within a loop, creates a JavaScript object where some of the properties […]