Skip to content

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SomeApplication

Building a photo sharing app.

Using Firebase to build a backend:

  • 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

Using Kingfisher

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)

About

Swift. iOS platform

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages