Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 880 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 880 Bytes

Instagram Clone App

A clone of the popular instagram app . A social media android application where users can sign-in , upload posts containing an image and some text , like / unlike and comment on posts .

Features

  • Google Sign-In Authentication is used here so that users can sign-in using their google account
  • users can upload posts containing an image and some text
  • users can view all the posts with the latest posts on top
  • users can like , unlike and comment on posts
  • users can view their profile and sign-out if needed
  • Glide Library is used here for image loading purpose
  • The backend database used here is the Firebase database
  • Firebase UI is used here which makes it simple and easy to bind data from the firebase

Tools & Technology Used

  • Android Studio
  • Kotlin
  • Firebase Authentication
  • Firebase FireStore
  • Firebase Storage
  • Glide Library