I registed app on firebase with package name com.####.film , it was working good.Then I have changed package name in app and in google-service.json file for testing purpose. New package name is com.####.film.test and it also worked good. Now I have changed package name back to original name com.####.film, but app does not launches and throws exception.
firebase-api-initialization-failure-java-lang-reflect-invocationtargetexception.
I have changed package name again with another name and its working fine. Even it works on all names except on my original package name com.####.film.
Please help me