-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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