```js import { Database } from "./database"; const TWITCH_APP_ID = await Database.get("twitch_app_

import { Database } from "./database";

const TWITCH_APP_ID = await Database.get("twitch_app_id");
const TWITCH_APP_SECRET = await Database.get("twitch_app_secret");
const TWITCH_REFRESH = await Database.get("twitch_refresh_token");

const FIREBASE_SECRET = env.FIREBASE_SECRET


i dont suppose this is how i would be calling upon the secret in question (FIREBASE_SECRET)
Was this page helpful?