eclipsesource / tabris-plugin-firebase

A firebase plugin for Tabris.js
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Update example for Tabris 3.9 nightly #77

Closed cpetrov closed 1 year ago

cpetrov commented 1 year ago

Add cordova/package.json to the example which will be required as of Tabris.js 3.9.0.

Also move example from .example back to example. Having the example in .example was a workaround for https://github.com/apache/cordova-cli/issues/401 that does not work anymore. Workaround this issue by using a Cordova hook instead.

Configure android:usesCleartextTraffic="true" to enable side-loading the example (see https://github.com/eclipsesource/tabris-js/issues/1857).