go run tamil-wordle.go
openssl genrsa -out admin.rsa 4096
openssl rsa -in admin.rsa -pubout > admin.rsa.pub
To generate a private key file for your service account:
In the Firebase console, open Settings > Service Accounts.
Click Generate New Private Key, then confirm by clicking Generate Key.
Securely store the JSON file containing the key.
GOOGLE_APPLICATION_CREDENTIALS= go run tamil-wordle.go