Skip to content

>External API Mode #28

@egpennington

Description

@egpennington

Create a public-facing API endpoint that allows other apps (like DDC Tracker, BlazeShift, etc.) to fetch random or filtered quotes from the quoteKeeper database. This will enable seamless integration of motivational or contextual quotes across multiple apps and future products.

User Story:
As a developer, I want to access quotes from quoteKeeper via an API so that I can display relevant quotes in other apps without duplicating data.

Acceptance Criteria:
✅ A Firebase Cloud Function is deployed with a GET endpoint (e.g., /getRandomQuote)
✅ Endpoint returns a JSON object with fields: quote, author, tags, source, etc.
✅ Optional query support (?tag=motivation)
✅ Consumes existing Firestore quote collection
✅ Successfully used/tested in at least one other app

Metadata

Metadata

Assignees

No one assigned

    Labels

    Should HaveImportant but not vital to MVP; can be delayed if time-constrainedSprint 4

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions