How does Firebase prevent attackers from accessing a Firebase Database when app credentials are stored inside the APK?

前端 未结 1 707
不思量自难忘°
不思量自难忘° 2021-01-24 05:46

Because according to several sources;

How to avoid reverse engineering of an APK file?

it\'s impossible to prevent an app from being reverse engineered, and Fir

相关标签:
1条回答
  • 2021-01-24 06:21

    You should not distribute the secret at all in the apps. It should not be needed there.

    However, you should setup the Firebase Security rules so that any client is only allowed to do the "safe" stuff.

    0 讨论(0)
提交回复
热议问题