Advertisement
Guest User

config.xml

a guest
May 9th, 2018
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.40 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="id.agittm.facebookfirebase" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3.     <name>C2 to Facebook-Firebase</name>
  4.     <description>
  5.         An example of how to connect Facebook and Firebase in Construct 2.
  6.     </description>
  7.     <author email="agit.3mulya@gmail.com" href="https://agittm.id">
  8.         Agit Tri Mulyanto
  9.     </author>
  10.     <content src="index.html" />
  11.     <access origin="*" />
  12.     <allow-intent href="http://*/*" />
  13.     <allow-intent href="https://*/*" />
  14.     <allow-intent href="tel:*" />
  15.     <allow-intent href="sms:*" />
  16.     <allow-intent href="mailto:*" />
  17.     <allow-intent href="geo:*" />
  18.     <platform name="android">
  19.         <allow-intent href="market:*" />
  20.         <preference name="Orientation" value="landscape" />
  21.         <preference name="Fullscreen" value="true" />
  22.     </platform>
  23.     <platform name="ios">
  24.         <allow-intent href="itms:*" />
  25.         <allow-intent href="itms-apps:*" />
  26.     </platform>
  27.     <engine name="android" spec="^6.0.0" />
  28.     <plugin name="cordova-plugin-facebook4" spec="^1.9.1">
  29.         <variable name="APP_ID" value="501631090209828" />
  30.         <variable name="APP_NAME" value="Facebook Firebase Test" />
  31.     </plugin>
  32.     <plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
  33.     <plugin name="cordova-plugin-whitelist" spec="1" />
  34. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement