简体   繁体   中英

APK Reverse engineering Firebase information reading problem?

I created a simple messaging app for Android. I worked a bit on reverse engineering issues to test application security. When I analyze my application with reverse engineering, Firebase project ID, App ID and API Key can be easily read. Can attackers access the database with this information?

Yes, they can.

You should use security rules in tandem with Firebase Authentication to protect the database in order to determine who exactly can read and write the database.

Since you didn't say which database you're using, you can read about security rules for bothFirestore and Realtime Database to determine what you need to do.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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