I changed my package name and application Id of my app because at the beginning I used a testname. The Problem is that i already created a firestore connection with the old package name and now I get an error when I try to start the app:
Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'my.new.packagename'
Is it possible to create a new firestore project with the new package name? Can I just start a new project or do I need to pay attention to a specific thing? For the old firestore connection I asked a freelancer so I dont know exactly how to do this. Hope you understand my problem and can help me.