samay-app/samay

A shell script to produce .env from .json file

Closed this issue · 2 comments

The onboarding/setup process for a developer into the RocketMeet ecosystem can get a bit lengthy. Gotta setup firebase and then copy the vars from the .json file to .env

A shell script could help to produce .env files for each repository from .json files that we get from Firebase.

Path to the downloaded .json files could be passed as command-line arguments or the user could be prompted for it. The .json files could later on be deleted by the script since they serve no further purpose and should not be lying around anyhow. (since they contain the keys).

All right, I will take this up. Could you please assign it to me, @anandbaburajan?

Update: closing this since setup is not hard anymore (after the rewrite).