diff --git a/Python/quickstarts/callable-functions/README.md b/Python/quickstarts/callable-functions/README.md index 2b91c2772..c57a32ce0 100644 --- a/Python/quickstarts/callable-functions/README.md +++ b/Python/quickstarts/callable-functions/README.md @@ -1 +1,20 @@ -# callable-functions +Firebase HTTPS Callable functions Quickstart +================================================ + +The HTTPS Callable functions Quickstart demonstrates how to send requests to a server-side function and get a response back using one of the Client SDKs. It interoperates with the Web, iOS and Android quickstarts. + +[Read more about Cloud Functions for Firebase](https://firebase.google.com/docs/functions/) + + +Getting Started +--------------- + +1. Install dependencies with `pip install -r functions/requirements.txt` and deploy with `firebase deploy --only functions` +2. For the client app, you can use the `website` directory from the Node.js sample (`Node/quickstarts/callable-functions/website`). Visit the url of the emulated Hosting site to test the callable functions. +3. Call the functions from the UI. + + +License +------- + +© Google, 2023. Licensed under an [Apache-2](../../../LICENSE) license.