jamesbmc / info-capstone

MIT License
0 stars 0 forks source link

Investigate HIPAA Compliance of Firebase (+ Candidates for Patient Info Transfer) #5

Closed jamesbmc closed 5 years ago

jamesbmc commented 5 years ago

https://cloud.google.com/security/compliance/hipaa/#covered-products

Both Realtime Database and Cloud Store are HIPAA compliant. Communication through the SDK is too (HTTPS). I think we are probably fine using Firebase for now, but we need to be certain when it comes to transferring patient information between users. (Candidates: https://firebase.google.com/docs/functions/pubsub-events, https://firebase.google.com/docs/cloud-messaging/)

jamesbmc commented 5 years ago

This will be Ivan's