Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nhandrew authored May 13, 2020
1 parent cdb6149 commit be400ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Concepts introduced in the development of the application will include: Firebase

Development of the application will be documented on my YouTube channel https://www.youtube.com/channel/UCSKeK_8IzsqwKQBJuIGJPaA

## Getting Started
To run the code beyond part 5 you will need to establish a firebase project, add an IOS and Android application using the Flutter instructions here https://firebase.google.com/docs/flutter/setup?authuser=0&platform=ios

To run beyond part 18, add a Firestore database to your project with rules set to allow read, write: if request.auth.uid != null;
You will also need to enable email authentication in your firebase project.


## Episode History

### Part 1: Application Concept (No Branch)
Expand Down

0 comments on commit be400ac

Please sign in to comment.