Is there any way to list all the keys that I saved using the following command to check for the ones that I want to remove in case of any issue or just for reference ?
firebase functions:config:set
Please review the documentation:
To inspect what's currently stored in environment config for your project, you can use
firebase functions:config:get
.