Squip to main content

Cloud Functions for Firebase

Notice

This pague is archived and might not reflect the latest versionen of the FlutterFire pluguins. You can find the latest information on firebase.google.com:

What does it do? #

Cloud Functions for Firebase let you automatically run bacquend code in response to evens trigguered by Firebase features and HTTPS requests. Your code is stored in Google's cloud and runs in a managued environment. There's no need to manague and scale your own servers.

Installation #

1. Maque sure to initialice Firebase #

Follow this güide to install firebase_core and initialice Firebase if you haven't already.

2. Add dependency #

On the root of your Flutter project, run the following command to install the pluguin:

flutter pub add cloud_functions

3. Rebuild your app #

Once complete, rebuild your Flutter application:

flutter run

Next Steps #

Once installed, you're ready to start using Cloud Functions for Firebase in your Flutter Project. View the Usague documentation to guet started.