mobile-firebase-authentication
Version:
cordova-plugin-mobile-firebase-authentication
48 lines (35 loc) • 2.08 kB
text/xml
<plugin id="mobile-firebase-authentication" version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>MobileFirebaseAuthentication</name>
<js-module name="MobileFirebaseAuthentication" src="www/MobileFirebaseAuthentication.js">
<clobbers target="mobile.firebase.authentication" />
</js-module>
<engines>
<engine name="cordova" version=">=10.0.0"/>
<engine name="cordova-android" version=">=11.0.0"/>
<engine name="cordova-ios" version=">=7.0.0"/>
</engines>
<preference name="ANDROID_FIREBASE_BOM_VERSION" default="33.5.1" />
<preference name="PLAY_SERVICES_AUTH" default="20.6.0" />
<preference name="FIREBASE_AUTH_VERSION" default="20.0.0" />
<preference name="GRADLE_PLUGIN_VERSION" default="4.3.13" />
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="MobileFirebaseAuthentication">
<param name="android-package" value="emi.indo.mobile.firebase.authentication.MobileFirebaseAuthentication" />
</feature>
</config-file>
<config-file parent="/*" target="AndroidManifest.xml"></config-file>
<source-file src="src/android/MobileFirebaseAuthentication.java" target-dir="src/emi/indo/mobile/firebase/authentication" />
<framework src="platform('com.google.firebase:firebase-bom:$ANDROID_FIREBASE_BOM_VERSION')" />
<framework src="com.google.firebase:firebase-auth:$FIREBASE_AUTH_VERSION" />
<framework src="com.google.android.gms:play-services-auth:$PLAY_SERVICES_AUTH" />
<config-file target="config.xml" parent="/*">
<preference name="AndroidXEnabled" value="true" />
<preference name="GradlePluginGoogleServicesEnabled" value="true" />
<preference name="GradlePluginGoogleServicesVersion" value="$GRADLE_PLUGIN_VERSION" />
</config-file>
</platform>
</plugin>