I have an Android App, which uses Firebase RTDB & Firestore.
I added an Application restriction using the Android App Package Name (as shown in the attached image) but I figure I would still need to authenticate this key somewhere in Firebase Security Rules.
I want to make sure only my android app is able to access my firebase database.
How would my Firebase rule look like?
Thanks,