Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.23 KB

Fluttergram

CodeFactor

A Instagram like Social Media Platform built using Flutter and Firebase

Getting start:

Make sure you have following installed on your machine:

To setup Flutter in Android Studio check here

To setup Flutter in VSCode check here

  • Install flutter dependencies using:
$ flutter pub get
  • Setup Firebase(Only Android for now): For more details check here

  • Install firebase tools:

$ npm install -g firebase-tools
  • Install cloud function's dependencies using:
$ cd functions
$ npm install
$ cd ..
  • Run the app using:
$ flutter run
  • Upload firebase functions:
$ firebase deploy --only functions