I'd love to reuse code from my flutter apps in cloud functions, especially how I interact with firestore. It's possible to transpile dart code to javascript so the dart implementation could be built on the js implementation of fb functions and admin sdk.
I'd love to reuse code from my flutter apps in cloud functions, especially how I interact with firestore. It's possible to transpile dart code to javascript so the dart implementation could be built on the js implementation of fb functions and admin sdk.