Atlas Function with firebase-admin dependency failing to send push notification

The only log printed (via Atlas Logs) is

Error:
Error sending notification: FunctionError: TypeError: Value is not an object: undefined

I’m using Atlas Function Editor, and I can tell based on debugging that the line where it fails is
await admin.messaging().send(message);