Javascript – Safely storing Firebase Admin SDK JSON file in NextJS project
I am using the Firebase Admin SDK for my NextJS app and am not certain where to store the JSON file with all the keys. As far as I know, there is no way to integrate the secret keys in…