Convert your Firebase configuration to env variables!

How does it works?

1. Copy your Firebase configuration

Go to your Firebase Console → Your project → Settings → Your applications.

firebase configuration object

2. Past it to the converter

3. Put the result inside your .env

FAQ

Is my configuration sent somewhere?

No, everything is made client-side. So we don't have any server, api or database that handle the conversion. You can open your console on the network tab and see that nothing is sent to anywhere.