Setup

we use firebase to create users anonymously, store their credits, upload images and store the API key

When you create the Firebase project for the first time, you'll be asked to download a JSON file and paste it into the app. Please watch this video to learn how to do so: https://youtu.be/qbqeszaJzbI?si=h2Q0CEoSFuz5rh4L

1) Enable Firestore database

From the left panel, choose Firestore and enable it.

don't forget to set the rules to "true"

2) Enable storage

From the left panel, choose Database and enable it.

then go to the rules and change it to "true"

Last updated