The google-services.json
file is required for connecting android app with the firebase account (similarly info.plist
file in ios). This file is required for a developer in the company for day to day development activities. This file is also required for the application to function when it is installed on a test device.
How do we make sure a developer who leaves the company (who has had access to the file) will not be able to access the firebase services using the file , other than through an installed application ? Through an installed application, the actions the app can do is predefined and hence safe and controlled in nature. In case someone can access the services through a development environment with the file, the user could do anything they want. How do we prevent this from happening ?