Android 使用Firebase创建网站时出现安全问题

Android 使用Firebase创建网站时出现安全问题,android,firebase,firebase-realtime-database,firebase-authentication,firebase-security,Android,Firebase,Firebase Realtime Database,Firebase Authentication,Firebase Security,我已经使用firebase创建了一个管理门户,其中显示了在我的android应用程序中注册的用户的详细信息。一旦他们在我的应用程序中注册,就会在firebase身份验证中创建该用户。现在我关心的是网站的安全性,因为我的firebase API密钥对每个人都是可见的。因此,如果他们使用该键,那么他们可以轻松访问我的firebase数据库,并使用简单的javascript获取数据。所以我想知道避免这个安全问题的任何解决方案 firebase API key的意思是=>更正了我们在web var co

我已经使用firebase创建了一个管理门户,其中显示了在我的android应用程序中注册的用户的详细信息。一旦他们在我的应用程序中注册,就会在firebase身份验证中创建该用户。现在我关心的是网站的安全性,因为我的firebase API密钥对每个人都是可见的。因此,如果他们使用该键,那么他们可以轻松访问我的firebase数据库,并使用简单的javascript获取数据。所以我想知道避免这个安全问题的任何解决方案

firebase API key的意思是=>更正了我们在web var config的脚本标记中编写的代码={apiKey:“aizasd4r4r1uuu9gwkrhvgfcxcm_ywrpgZRI”,authDomain:“crsfsfsdfsdfveebeasapp.com”,databaseURL:,storageBucket:“csdfsdn17-f96ad.appspot.com”,messagingSenderId:“129534344207”}@AyushBharadwaj我没有在网络上使用firebase。我在android应用程序中使用过它。你可以看到这个作为参考