Firebase App indexing

279 views Asked by At

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.

1

There are 1 answers

0
Ian Barber On

Firebase App Indexing has two components:

  • Public content indexing. This makes it easy to associate in-app versions of your public web content.
  • Personal content indexing. This is an Android-only feature that allows you to keep a local index of your app's content so it turns up during on device search.

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!