Cloud Functions for Firebase | FlutterFire
Cloud Functions for Firebase let you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. Your code is stored in Google's cloud and runs in a managed environment. There's no need to manage and scale your own servers.
Follow this guide to install firebase_core and initialize Firebase if you haven't already.
On the root of your Flutter project, run the following command to install the plugin:
Once installed, you're ready to start using Cloud Functions for Firebase in your Flutter Project. View the Usage documentation to get started.