- Create an account over at financialmodelingprep.com (you will receive an API key)
- Create a new keys.py file in the root directory
- create an
financialmodelingprep_api_key
variable in the new file and assign it to your API key as a string
- Create a new project in the firebase console
- Get the Web API Key from the prooject settings
- Assign that key to a new
firebase_api_key
variable in the same keys.py file as above - Enable authentication in the firebase project and create a new user
- Pase the UID from the user into a new
user_id
in the keys file - Generate new Private Key from the Service accounts (under firebase project settings)
- Add the JSON file that gets generated with the name 'serviceAccountKey.json'