Skip to main content

GOFA API - cloudfunctions.net

warning

The GOFA API at cloudfunctions.net is being retired soon. Please migrate to the new API endpoint at www.gofa.app for continued access to all features and updates.

Welcome to the GOFA API Cloud Functions documentation!

Note: GOFA uses Firebase Cloud Functions to power its backend. Firebase Cloud Functions are serverless, event-driven functions hosted on Google Cloud, providing scalability, security, and reliability for all API operations.

This section provides a high-level overview of the cloud-powered features that help make GOFA fast, secure, and reliable for all users.

What Are Cloud Functions?

Cloud functions are small, secure programs that run on the cloud. They help GOFA deliver lessons, manage your progress, and keep your experience smooth—no matter where you are.

API Endpoint

The GOFA API is exposed through this endpoint:
https://us-central1-gofa-sdk.cloudfunctions.net/expressApp/

Use this URL to access all available GOFA API features from your app or integration.

lessons-api/

Inside lessons-api/, you'll find:

  • Endpoints for getting lesson information and plans
  • Features for tracking your learning progress
  • Secure ways to access your data

Why Use Cloud Functions?

  • Fast: Get lesson updates and progress instantly.
  • Reliable: Always available, wherever you are.
  • Secure: Your data is protected with the latest security standards.

For more about GOFA and its features, check out the main API documentation.