ShipSwiftly - Get started
  • Understanding the code
  • Create your app on AppStoreConnect
  • Setting up Firebase
    • Authentication
  • Setting up revenueCat
  • Setting up the server
    • OpenAI Key
    • Deploy your server
    • Adding Heroku Endpoint to App
  • Setting up cloud functions with firebase
Powered by GitBook
On this page
  1. Setting up the server

OpenAI Key

This is optional. In case your app uses OpenAI, you will need your private key from there.

PreviousSetting up the serverNextDeploy your server

Last updated 1 year ago

First, head up to

Generate a new key:

Add your OpenAI key to the OpenAIController.swift file in the server repository:

private func getApiKey() -> String{
        return "Your_api_key_here"
}
https://platform.openai.com/api-keys
OpenAI API Keys