You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This quickstart demonstrates how to initialize a [Genkit flow](https://firebase.google.com/docs/genkit/flows) and serve it with Cloud Functions for Firebase.
5
+
6
+
[Read more about Cloud Functions for Firebase](https://firebase.google.com/docs/functions/)
7
+
8
+
9
+
Getting Started
10
+
---------------
11
+
12
+
1. Install dependencies with `npm install`
13
+
1. Start the functions emulator with `firebase emulators:start --only functions`
14
+
1. The emulator will output the function URL. It is usually of the form:
0 commit comments