rizmaulana/kotlin-mvvm-covid19

Can't build - no firebase package name found

ndom91 opened this issue · 2 comments

So I wanted to go ahead and build this for myself, entered my own Google Maps API key, but then it still doesn't want to build.

Error message:

* What went wrong:
Execution failed for task ':app:processDevDebugGoogleServices'.
> No matching client found for package name 'id.rizmaulana.covid19.dev'

Should we setup our own firebase project for this as well?

Thanks for your work!

You have to change build flavour into prod, don't use dev flavour because firebase keys is not provided for dev build.

Ah that makes sense. Sorry more of a web guy than android ;)