I recently made one of my projects, a chatroom made in reactjs, open source...
what I forgot was that I had stored the firebase config key in the code itself from the beginning of the project instead of using a local environment variable to store it.
I can remove the key bit and commit on top but how do I remove it from all the previous commits as well, I would like to keep my commit history.