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
- Install dependencies with
npm install
and deploy withfirebase deploy --only functions
- Set up a client (import the functions client SDK, initializeApp, init the functions sdk)
- Call the function
© Google, 2022. Licensed under an Apache-2 license.