Hey Folks!, After drawing a complete architecture ...
# random
h
Hey Folks!, After drawing a complete architecture of my company client upcoming project which majorly uses flutter and firebase. And my bad is that i just came to know that Firebase is not HIPPA Compliant. 😢 Is their any HIPPA Compliant alternative which replace firebase consider as MBaaS (Mobile Backend as a Service) I am also ready to move on any cloud provider but keeping in mind Budget and Time Constraint. Please suggest me .. Thanks
t
Google Cloud Firestore is hipaa compliant
On the AWS side I believe AWS Amplify is the equivalent but it takes a different form
h
Thanks @thdxr for you quick response
Is Firestore provide all the capabilities as Firebase?
t
It's not exactly the same but it provides client side ability to query the database directly with rules
Which probably covers most of what you're looking for in an MBaaS
h
So it means i didn't need to create web (or api) services. Directly used firestore through packages, plugins, sdk, firestore_api in our Mobile and Web Applications
t
Yeah that's right
h
Great Thanks @thdxr