Generating your API Key
Everything about generating an API key and keeping it secure.
Last updated
Everything about generating an API key and keeping it secure.
Last updated
To generate an API key for accessing the Firstbase API, log in to the as an Admin user. Once logged in, navigate to the Firstbase API tab under the Settings menu in the top navigation bar.
Next, provide a name for your token (e.g., “Development” or “Production”). By default, tokens never expire, but if you need to cycle them, you can delete old tokens through the Firstbase app UI.
After creating the token, make sure to copy it to your clipboard and store it securely, such as in a password manager. You will not be able to retrieve it again.
To maintain security and protect your data:
Keep your API key confidential. Avoid exposing it in public repositories or client-side code.
Regularly rotate your API keys. This reduces the risk of unauthorized access. If a key is compromised, revoke it immediately and generate a new one.
Store API keys securely. Use a password manager or encrypted vault to prevent accidental exposure.