Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 610 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 610 Bytes

Private-Concert

Working

  • Login
  • Signup
  • Logout
  • Recording Audio (3rd VC)
  • Audio Playback (Locally)
  • Uploading Audio to Firebase storage
  • Fetching all the songs from Firebase Firestore (song objects w/ URL pointing to the audio file in firebase storage)
  • Custom tabbar that switches between 3 VC (the second tab doesnt do anything at the moment)
  • Streaming audio from Firebase

Doesnt Work

  • Pausing Audio ( Frankly most of the elements on the first VC)
  • Editing song objects after recording and being able to add title and tags
  • VC that show a tableview of only your songs
  • Voting on songs