Prepare Firebase

How to configure Firebase

Setting Firebase secrets

At first, let's set secrets of our Firebase. Go to Firebase console and find "Add app":

Then, choose "web app" and click next.

You should get secret keys of your app. Copy them to src/config/config.ts

Replace with your secret keys

Fine! You are ready for next step 🥳

Last updated

Was this helpful?