- Setup a firebase app
- Deploy the app manually
- Deploy the app with travis ci and github
- Javascript
- Firebase
- Continious Deployment
- Real time database
- View Firebase video or read documentation
- Setup out app and connect to it
- Show how it is used in our ToDo app
- Deploy the app using firebase-tools
- Setup gitlab to deploy the app for us every time we push
- Re-Implement our Simple Messenger Using this app
The areas relevant for our tutorial areas
- Getting Started
- Realtime database
- Hosting
- Authentication
Watch the following videos
Take our starting messenger app and make it use Firebase realtime database Build and Deploy the messenger for all people to see and use
Update your simple messenger from the assignments to use Firebase
- Setup simple messenger provided to use firebase (2 points)
- Setup messenger with all features from your last assignment (6 points)
- Build and Deploy front end app 2 points
All Assignments are due by max Thursday to be extended to Monday the 8th of May
(2 points) Setup gitlab or github + travis CI as in the video to automatically deploy on push
(18 points) Implement the messenger app represented in this coggle instead of the simple session messenger
- no need to Implement the session's simple messenger all points are aded to this assignment
- Rubric
- React app (10 points)
- app views
- structuring the project as indicated
- properly subscribing and updating state in life cycle hooks from firebase
- Firebase (4 points)
- (1) Structuring database
- (1) Querying realtime database
- (1) Hosting
- (1) Security and Rules
- react-router (2 points)
- Facebook auth (2 points)
- React app (10 points)