Building a photo sharing app.
- implementing an email signup and login flow using Firebase Auth
- structuring and store data using Firebase Realtime Database
- capturing photos and uploading them with Firebase Storage
- querying and retrieving data from Firebase
Kingfisher is a Swift library for asynchronously downloading and caching images. It's provides an easy API to download URL and display UIImages.
let url = URL(string: "https://domain.com/image.jpg")!
imageView.kf.setImage(with: url)