Skip to content

Conversation

@KOLESNiii
Copy link
Collaborator

Create API Design HackPack focusing on the best practices of API design, along with what an API is.

Go on to say how to make a request in JS/TS. Maybe add an Android section too.

Then go into how to setup and create a Firebase Cloud Functions backend, and then how to create a FastAPI backend.

@KOLESNiii KOLESNiii requested review from aak523 and tychui January 8, 2026 23:51
Copy link
Collaborator

@tychui tychui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work! Left a few comments on the general API design, and me/Adam will come back checking the code (but on my first glance, mostly looks fine).

Firebase Cloud Functions uses the Firebase framework so you can have one backend for your whole project.
This has the benefit of being **serverless**, so you do not have to manage the running of your API yourself.

## Setup
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll just trust that this works. Please make sure you test this procedure properly

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aak523 Can you help (quickly) review the coding bits from Firebase onwards - I have checked the general design part and should be mainly alright? (if not enough time I'll review it later, but won't be today)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants