As I'm planning to integrate firebase app indexing for my android app, I am just concern about one question : Is firebase app indexing is HIPAA compliance?
I have googled about it but haven't received any useful information regarding this.Please help.
Firebase App Indexing has two components:
In the first case you are only indexing public content, so you should not share any private information. Compliance should therefore be a non-issue.
In the second, the index is stored on-device as part of Google Play services, and only summary usage statistics are sent over the network. How that effects regulatory compliance depends on your usage and the type of data you are storing, but hopefully it helps you make a decision!