Cloud Functions

Firebase Cloud Functions for Fireact applications.

This section provides detailed documentation for the Firebase Cloud Functions included in the @fireact.dev/functions package. These functions handle critical backend operations, including subscription management, payment processing, user invitations, and more.

Each function is designed to be called from your client-side application using Firebase’s httpsCallable mechanism.

Available Functions

Here is a list of the available Cloud Functions:

Internal Utilities

  • stripe - The initialized Stripe SDK client used internally by other functions.

Last modified August 17, 2025: cloud functions doc (4817130)