marcuspimenta / BESTV

Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
60 stars 21 forks source link

google-services.json #5

Open hasnhasan opened 4 years ago

hasnhasan commented 4 years ago

Please send google-services.json file.

marcuspimenta commented 4 years ago

Hi there, this file is about my firebase configuration. In order to have the app working locally, you could remove the firebase dependency. Let me know if it works. Thanks.

hasnhasan commented 4 years ago

Unfortunately, I could not cancel and run firebase. My goal: to add Exo Player. If you specify your gmail address, I can authorize my own firebase account.

marcuspimenta commented 4 years ago

I have checked better it. Try to remove this line, the last one, on build.gradle on app module. It should fix that compile issue.

apply plugin: 'com.google.gms.google-services'
hasnhasan commented 4 years ago

Sorry, I can't build. :( e: error: Cannot find getter for field. - id in com.pimenta.bestv.model.data.local.MovieDbModel

marcuspimenta commented 4 years ago

I didn't get that issue before. Do you have the master branch updated?

hasnhasan commented 4 years ago

git clone https://github.com/marcuspimenta/BESTV.git Master Branch

marcuspimenta commented 4 years ago

Strange :( I have try here, and I can build the app without issues. Try to clone the project again, remove the Google Service dependency as I said before, and try to build again please. You would need to have the TMDb key as well. To do that you can go to https://www.themoviedb.org/ and create an account to have the API key. Let me know if it works.