I have a server.js file that is hidden from the client when using heroku. If I put my firebase.init {} in there and assign the variables to environmental variables on heroku (securely); can I just leave the security rules as true? The user doesn't have access to the credentials, so it sorta makes it safe right?
Thanks.