HMS-FAC / BoatlaunchMVP

MVP for Boatlaunch App
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Research database, firebase #19

Closed Conorc1000 closed 8 years ago

Conorc1000 commented 8 years ago

How to bring the export the information. Follow the online firebase tutorial.

Conorc1000 commented 8 years ago

Add fire base script into the head of the html file, add the firebase url into the body as a variable. myDataRef, allows you to do an action when something is added to the list.

Conorc1000 commented 8 years ago

by creating a new firebase var (var fire = new FireBase('URL') , we can use .on to log all of the arrays in the database.

Conorc1000 commented 8 years ago

this is a sub issue of #5