BESTV icon indicating copy to clipboard operation
BESTV copied to clipboard

google-services.json

Open hasnhasan opened this issue 5 years ago • 7 comments

Please send google-services.json file.

hasnhasan avatar Apr 09 '20 15:04 hasnhasan

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.

marcuspimenta avatar Apr 11 '20 21:04 marcuspimenta

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.

hasnhasan avatar Apr 13 '20 17:04 hasnhasan

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'

marcuspimenta avatar Apr 15 '20 09:04 marcuspimenta

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

hasnhasan avatar Apr 15 '20 18:04 hasnhasan

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

marcuspimenta avatar Apr 15 '20 20:04 marcuspimenta

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

hasnhasan avatar Apr 15 '20 21:04 hasnhasan

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.

marcuspimenta avatar Apr 15 '20 21:04 marcuspimenta