You are on page 1of 1

Test yourself p258

1. Using javascript and webpage to access firebase means that data can be added / read
from all over the world.
2. .push function allows records to be added to firebase.
3. Gives control to user, it is an event, user clicks on button and record is added to
firebase.
4. Put default labels beside each text box so the user knows what sort of data is
expected.
5. An event listener calls a function whenever an event occurs, eg. Adding record to
firebase for example

You might also like