Importing existing Firebase Functions

We have a boatload of existing Firebase functions:

  1. In an Express / "app" REST setup

  2. Existing standalone functions

A substantial amount of work has gone into these and we are finding FF's cloud function UI, setup and deployment limiting. Firebase console obviously sees all the functions but FF does not.

Is there any way to import/integrate a library of existing functions so we don't need to start from scratch and can use the cloud functions natively instead of via FF API call?

2
5 replies