We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b18eb commit 37764c4Copy full SHA for 37764c4
library/src/main/AndroidManifest.xml
@@ -1,5 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.firebase.ui">
2
3
+ <uses-permission android:name="android.permission.INTERNET" />
4
+
5
<application android:allowBackup="true" android:label="@string/app_name">
6
7
</application>
0 commit comments