简体   繁体   English

Firebase App索引

[英]Firebase App indexing

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? 当我计划为Android应用程序集成Firebase应用程序索引时,我只关心一个问题: Firebase应用程序索引是否符合HIPAA?

I have googled about it but haven't received any useful information regarding this.Please help. 我已经用谷歌搜索了,但是还没有收到任何有用的信息。请帮忙。

Firebase App Indexing has two components: Firebase应用程序索引包含两个组件:

  • Public content indexing. 公共内容索引。 This makes it easy to associate in-app versions of your public web content. 这样可以轻松关联公共Web内容的应用内版本。
  • 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. 这是一项仅限Android的功能,可让您保留应用程序内容的本地索引,以便在设备搜索时显示。

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. 在第二个中,索引作为Google Play服务的一部分存储在设备上,并且只有摘要使用情况统计信息才通过网络发送。 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! 如何影响合规性取决于您的使用情况和存储的数据类型,但希望它可以帮助您做出决定!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM