Skip to content

Latest commit

 

History

History

callable-functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.