Hacker News new | ask | show | jobs
by rahul_agarwal 1316 days ago
Sure! Firebase (https://firebase.google.com/) is what’s known as a Backend-as-a-Service platform. Offers a bunch of server-side services (including database storage, authentication, serverless edge functions, and image/media storage, etc.) hosted in the cloud and accessible via API. That way, application developers can focus on the user-facing experience, and use a standard platform for their backend.

Medplum expands on this concept by adding tools specific to digital health, such as a FHIR data schema for interoperability, EHR integration, and SMART App launching for embedding applications inside legacy EHRs

1 comments

Thank you!