Firebase Genkit let’s you create “flows”. Flows can be a complete replacement to an express server.
It is possible to call models inside flows using the generate
function. The Genkit UI shows an option to upload media. But in production how would I send a media file to the flow? Do I always require to upload the file to a storage first and then pass on the url or I can upload it directly?