Restrict Firebase database access to one Android app

后端 未结 2 927
太阳男子
太阳男子 2020-12-11 00:52

I\'m working on an Android app that reads from a Firebase database. App users won\'t be logging in or modifying the database. All app users will be looking at the same dat

2条回答
  •  萌比男神i
    2020-12-11 01:09

    When you add your application to Firebase project, you must specify SHA1 certificate of your app, so nobody is able to access your data except you.

提交回复
热议问题