I am trying to follow the instructions on migrating my app from GCM to the Firebase system, and according to this link, I will have to download the new google-services.json file. However, I have already a previous google-services.json file that was generated when I enabled other APIs (including the GCM).
So my question is how am I supposed to include these two files in my app folder when they have the exact same name? Or am I supposed to paste the json code from the last file to my original one?
Please note that this is not about different flavors, as both google-services.json files refer to the same app configuration.
Thanks!