This is an Instagram clone application developed using Kotlin and Firebase. The app aims to replicate some of the core features of Instagram.
-
User Authentication: Users can sign up and sign in using Firebase Authentication.
-
Post Creation: Users can create new posts by uploading images along with captions and share them.
-
News Feed: The app provides a feed that displays posts from users.
-
Kotlin: The app is primarily developed using the Kotlin programming language.
-
Firebase Authentication: Used for user authentication and secure login features.
-
Firebase Firestore: Stores and synchronizes user and post data in real-time.
-
Firebase Storage: Used for storing and retrieving image assets related to posts.