UNPKG
react-native-bridge-firebase
Version:
latest (2.0.0)
2.0.0
1.1.0
1.0.0
Can easy to use Analytics/Crash/Config/Message of Firebase on ReactNative
react-native-bridge-firebase
/
android
/
build
/
intermediates
/
exploded-aar
/
com.google.firebase
/
firebase-core
/
9.4.0
/
AndroidManifest.xml
8 lines
(6 loc)
•
238 B
text/xml
View Raw
1
2
3
4
5
6
7
8
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.google.firebase.firebase_core"
>
<
uses-sdk
android:minSdkVersion
=
"9"
/>
<
application
/>
</
manifest
>