I am trying to add Firebase to Django, which works perfectly. However, I have to save a credentials file with my private keys and such.
Currently I just have it saved in the project directory, however, how do I hide this file when uploading to Git for deploying onto something like Heroku?
Basically, my question is how do I hide such files. Does it have something to do with Environment variables?