Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.3 KB

Instagram Clone

Flutter + Firebase + Riverpod

Flutter + Firebase + Riverpod

A completely Responsive Instagram App- Works only on Android!

Features

  • Responsive Instagram UI
  • Authentication with Google and Facebook
  • Share Posts with Caption
  • Display Posts with Caption
  • Like & Comment on Posts
  • Search Posts
  • EVERYTHING REAL TIME
  • Post Video and Images
  • Sign Out

Installation

After cloning this repository, migrate to instagram-clone folder. Then, follow the following steps:

  • Create Firebase Project
  • Enable Authentication
  • Make Firestore Rules
  • Create Android, iOS & Web Apps
  • Take Web FirebaseOptions and put it in main function in main.dart file replacing my keys Then run the following commands to run your app:
  flutter pub get
  flutter run

Tech Used

Server: Firebase Auth, Firebase Storage, Firebase Firestore, Facebook Developers

Client: Flutter, Provider, RiverPod, Hooks

Feedback