An 'Uber Eats' like project but with scope extends to grocery items.
$ git clone https://github.com/PSUCoders/DeliverIt-Flutter.git
$ cd DeliverIt-Flutter/- You'll need to create a new Firebase project. Follow the instructions at https://console.firebase.google.com.
 - Once your Firebase instance is created, you need to enable email authentication.
 
- Go to the Firebase Console for your new instance.
 - Click "Authentication" in the left-hand menu.
 - Click the "Sign-in method" tab.
 - Click "Email/Password" and enable it.
 - Click "Google" and enable it.
 
- Create a Cloud Firestore Database
 
- Click "Database" in the left-hand menu.
 - Click the Cloud Firestore "Create Database" button.
 - Select "Start in test mode" and "Enable"
 
- (skip if not running on Android)
 
- Create an app within your Firebase instance for Android, with package name com.yourcompany.news
 - Run the following command to get your SHA-1 key:
 
keytool -exportcert -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore