Prepare Firebase
How to configure Firebase
Last updated
Was this helpful?
How to configure Firebase
Last updated
Was this helpful?
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 🥳