Using builtin node packages on build process cause errors

hello, is it possible to have firebase-admin on cloudflare pages?
it keeps getting an error on build, because it relies on node packages

error during build:
Error: Build failed with 158 errors:
node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:3:31: ERROR: Could not resolve "stream"
node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:4:25: ERROR: Could not resolve "util"
node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:3:29: ERROR: Could not resolve "events"
node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:4:25: ERROR: Could not resolve "util"
node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js:3:25: ERROR: Could not resolve "util"
Was this page helpful?