1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00
Files
flutter-examples/firebase_google_authentication/android/app/src/debug/AndroidManifest.xml
Sriraj d63f4147a9 New Example - Firebase Google Authentication (#106)
* Added the firebase+google_authentication example

* Modified Readme.md
2022-10-22 20:32:53 +02:00

8 lines
353 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.nisrulz.firebase_google_authentication">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>