Skip to content

Files

Latest commit

73e34e2 · Feb 14, 2023

History

History

callable-functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 14, 2023
May 10, 2022
May 11, 2022
May 10, 2022

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.