SBoulanger / NotFlix

TV and movie streaming platform. (CS160 Project)
1 stars 1 forks source link

Pull movies and their information from firebase. #95

Closed H4RT4N closed 5 years ago

H4RT4N commented 5 years ago

I've checked the History profile and some tutorials online but I'm having issues accessing the Firestore. I think I need more references if anyone has been assessing and pulling stuff from the database in their code.

kaywalton commented 5 years ago

I think this is being blocked by the changes made to the Firestore.js file. When we use a basic app.init(config) like we did before, everything goes back to working.

H4RT4N commented 5 years ago

Its been resolved thanks to the API Timothy provided.