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
pip install -r functions/requirements.txtand deploy withfirebase deploy --only functions - For the client app, you can use the
websitedirectory from the Node.js sample (Node/quickstarts/callable-functions/website). Visit the url of the emulated Hosting site to test the callable functions. - Call the functions from the UI.
© Google, 2023. Licensed under an Apache-2 license.