-
Notifications
You must be signed in to change notification settings - Fork 1
Api design #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Api design #8
Conversation
…tend sample project.
tychui
left a comment
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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)
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.