Should I hide API endpoint located in package.json as proxy – Twitter API
This is a newbie question. I'm currently working on a twitter clone and added my firebase API endpoint to package.json to use with axios. "proxy": "https://europe-west1-APPNAME-RANDOMNUMBERS.cloudfunctions.net/api" Before pushing my code to Github, should I hide the endpoint? If yes, how…