devfest18-firebase-codelab
Basic Firebase (platform) apps - demostrating the power of Firebase in building web backends
Synopsis
In this codelab, you will learn how to use Firebase components to build a basic chat application (Realtime DB); that has additional features like:
- File uploads (using Firebase Storage)
- Online status check (show "green" or "grey" dot)
- Bonus: a profanity checker using Cloud Functions with a 3rd party API
- Finally host the app with Firebase Hosting
Presenter