๐Ÿ“ฆ jcesarmobile / capacitor-firebase-analytics-example

๐Ÿ“„ capacitor.config.json ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12{
  "appId": "com.jcesarmobile.firebase.analytics",
  "appName": "CapacitorPluginsExample",
  "bundledWebRuntime": false,
  "webDir": "build",
  "plugins": {
    "SplashScreen": {
      "launchShowDuration": 0
    }
  }
}