This repo contains the code that goes along side my talk, Building Fire Apps with Firebase.
You can view my talk at: https://www.youtube.com/watch?v=iNz59ciKjOc
This project is setup to follow along with the talk. There are TODO comments throughout the project where code related to Firebase is needed. Not all TODO comments are completed in the talk, feel free to complete them for practice.
The main
branch contains the skeleton app with no Firebase features added yet.
The talk-complete
branch contains all the code written during the talk. It does not include Firebase keys in the firebase.ts
file.
You will need to create a project in Firebase first, you can do so in the Firebase console. If you want to deploy to Firebase hosting, you will also need to install the Firebase CLI.
The project has the firebase
and react-firebaseui
packages already installed.
You can check out the completed and deployed code at: https://firechirp-6b4e1.firebaseapp.com/
This project is licensed under MIT License.