Skip to content
Closed
21 changes: 20 additions & 1 deletion Python/quickstarts/callable-functions/README.md
Original file line number Diff line number Diff line change
@@ -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.
Loading