A Instagram like Social Media Platform built using Flutter and Firebase
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