Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 895 Bytes

File metadata and controls

20 lines (12 loc) · 895 Bytes

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

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.