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](https://firebase.google.com/docs/functions/) Getting Started --------------- 1. Install dependencies with `npm install` and deploy with `firebase deploy --only functions` 1. Set up a client (import the functions client SDK, initializeApp, init the functions sdk) 2. Call the function License ------- © Google, 2022. Licensed under an [Apache-2](../../../LICENSE) license.