How can I secure private keys etc when I add files to github if I use firebase as my backend

Viewed 17

off course, i could add all files i don't want to share to .gitignore, but then the hosted website will not work. if somebody wants to download the website to their computer, it will not work without access to firestore files etc.

So how can i upload my code to github so that everybody can download the page and use it while not being able to see private keys.

0 Answers
Related