DEV Community

Discussion on: What was your win this week?

Collapse
 
king11 profile image
Lakshya Singh • Edited

Finally was able to enable Firebase social auth in my nodejs api and securely deployed it on heroku by cryptographically hashing the google cloud key and decrypting at build time. Also had to learn more about package.json scripts while how to ensure decryption takes place before server starts.

I have tried my best to make repo so that everyone can see my journey of implementing the final api with auth properly.

Repo Link