```js import { Database } from "./database"; const TWITCH_APP_ID = await Database.get("twitch_app_
i dont suppose this is how i would be calling upon the secret in question (FIREBASE_SECRET)
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_SECRETenv.FIREBASE_SECRET should workfetch will be within the cloudflare fetch handler?DevalueError: Cannot stringify arbitrary non-POJOs is there a recommended way to serialize/deserialize them?
env object to see whats on it


"upload_source_maps": true and "minify": true work? Or will source mapping be broken?define but that is only set at build timeenv.FIREBASE_SECRETDevalueError: Cannot stringify arbitrary non-POJOs"upload_source_maps": true"minify": truedefineexport default{
async fetch(request){
export class SomeClass{...export default {
async fetch(request, env, ctx) {
const FIREBASE_SECRET = process.env.FIREBASE_SECRET;
const FIREBASE_URL = process.env.FIREBASE_URL;
console.log(FIREBASE_URL);[wrangler:inf] GET / 304 Not Modified (9ms)
undefined
[wrangler:inf] GET /message 200 OK (15ms)