Skip to content

Files

Latest commit

06f7b49 · Jan 31, 2025

History

History

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

Getting Started

  1. Install dependencies with npm install and deploy with firebase deploy --only functions
  2. Set up a client (import the functions client SDK, initializeApp, init the functions sdk)
  3. Call the function

License

© Google, 2022. Licensed under an Apache-2 license.