When I want to connect to Firebase Assistant from Android Studio, I get the following error: A config file "...\modules\app\google-services.json" was found, but it indicates a project ID "xyz-18577" that you don't appear to have access to. Request access or delete the file in order to proceed with the connection process.
I verified in the json file, and it does not indicate the project with id "xyz-18577". There is another project ID, the ID of the project I want to connect to in firebase. The project with the "xyz-18577" does not exist anymore because I deleted it, and created a new one, hoping that this will solve my problem.
- I reconnected to firebase
- I created a new project in firebase, and deleted the old one (with id xyz-18577)
- I downloaded the google-services.json
- I deleted the existing google-services.json, and I moved the new one in the app folder.
- Clean, rebuild, build, reboot, I did everyhting.
What else can I do?