Hi,
During chapter 1 you explain that using the propagate-config-files script is the easiest and fastest way to copy the IDE folder (.idea / .vscode) and the firebase config to the other directories so that the configuration is the same for each chapter and project.
However, the google-services.json file is copied to the android/app folder (as you explained and Google developer console suggested to put it here) but the script is looking in android/app/src folder.
Does it matter if it’s in the src folder? Will the app still run if it’s there? I’ve always had it in android/app folder so I had to modify the script slightly to get it to run successfully.
Just something that may need clearing up.
Thanks.