Search code examples
google-cloud-functionsfirebase-cli

How to list all firebase functions configs that are currently saved?


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

Solution

  • Please review the documentation:

    To inspect what's currently stored in environment config for your project, you can use firebase functions:config:get.