├── README.md └── simpleDatabase.html /README.md: -------------------------------------------------------------------------------- 1 | # simpleDatabase 2 | This is the code for the video tutorial about how to set up a connection between a simple HTML page and a Firebase database. 3 | Video Link: https://youtu.be/_p4Hgzm_oNQ 4 | -------------------------------------------------------------------------------- /simpleDatabase.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |