This repo contains a collection of miscellaneous functions from the Projects One course comp1800 (mostly based on student questions).
The files are:
- misc_demo_2020.html (current semester examples)
- misc_demo_old.html (some older examples)
To try these examples out yourself:
- Clone or download this repository Paste your firebase SDK information into the firebase_api_yourname.js file
- Rename that file with your name, or teams name, eg. firebase_config_team09.js or firebase_api_elmo.js
- Edit all the HTML files so that it sources your renamed config file: <script src="./firebase_api_team09.js"> </script> <script src="./firebase_api_elmo.js"> </script>
- Edit misc_demo.html
Comment out the functions you are not using;
Only call the ones you are trying out.
Comments and feedback are welcome: carly_wong_orr @ bcit.ca