API Key
The app uses Open AI's API to generate images using Dall-E
Last updated
The app uses Open AI's API to generate images using Dall-E
Last updated
After you create an account in open ai, go to and click on View API Keys. Now create a new secret key and copy it.
to prevent your api key from getting leaked, we will paste it in firebase so that no one can get it.
firest step go to your firebase dashboard -> firestore
create new collection named api. inside that collection, create new document called key, then add new field in that document, call it key and give it a value like this:
Bearer (Your api key)