Team-4-PennBootcamp / Project-1

https://team-4-pennbootcamp.github.io/Project-1/
MIT License
0 stars 2 forks source link

Firebase Integration #2

Open ftorning opened 6 years ago

ftorning commented 6 years ago

@kevnat I'm looping you in on this, but I think I will be able to complete this weekend

ftorning commented 6 years ago

I believe the only thing that is left is handling the click event for recent search buttons. I have already set the value of the buttons to the unique key necessary to get the data needed from Firebase (not sure the syntax, but where $(this).val() === Firebase topic key)

Once we can get the correct record from Firebase, we need to create a new Topic instance from the record, and then use the populate methods to fill in the divs with the appropriate data.