Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Firebase can work on my app without INTERNET permission [duplicate]

I recently implemented a basic app using Firebase, follow tutorials, do some things, I deployed my app to other people, then I just read the manifest and I figure out I don't have any permissions on it. How is this possible?

like image 344
rkmax Avatar asked Dec 25 '22 00:12

rkmax


1 Answers

Actually, the permission is there. The permission is added automatically when you add the Firebase SDK.

If you are using Android Studio 2.2, you can view the merged manifest to see which library is adding that permission by opening the AndroidManifest.xml and then tap on the Merged Manifest tab below.

like image 102
Wilik Avatar answered Dec 26 '22 15:12

Wilik