0

I'm building a Flutter app, and the project will at some stage require some serverless functions.

Are there ways to deploy DART language based serverless functions? I'm trying to avoid replicating business logic and data models in another language like Typescript.

user2868835
  • 1,250
  • 3
  • 19
  • 33
  • You can compile Firebase functions written in Dart to JS using https://pub.dev/packages/firebase_functions_interop , but it's relatively hard work. – Richard Heap Apr 02 '23 at 12:38

0 Answers0