Script size too big in an Edge function

Anyone know if it's possible to somehow reduce the script size when using the firebase admin sdk? I'm importing things from it like so:
import { app } from 'npm:firebase-admin'
import { Message } from 'npm:firebase-admin/messaging'
import { cert, initializeApp } from 'npm:firebase-admin/app'

I'm unable to use the firebase admin sdk because I'm getting a script siver over 10MB when using it.
Was this page helpful?