Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Readme.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ Firebase will be used to store all the created data.
1. Flutter 0.5.1
2. Dart 2.0.0
3. Setup Firebase and retrieve google-services.json.

## Getting Started
1. For android, add google-services.json retrieved from Firebase console at android/app directory.
2. Modify local.properties sdk.dir and flutter.dir.
3. Execute `flutter run` in your workspace. That's it.


For help getting started with Flutter, view Flutter online
[documentation](https://flutter.io/).
## Purpose
- To demonstrate the database management using firebase
- Besides a good UI developed using flutter, your application should be functional and be used to store data effectively on the cloud

## Usages
- This can be used in various domains of flutter project, CRUD operations are always a basic functionality which creates other functionalities for your application
- Your application can use these to showcase various commercial applications

## Scope
- Be used in all major applications management for commercial purposes