Setup
we use firebase to create users anonymously, store their credits, upload images and store the API key
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