This is a simple App for IOS/Android that connects to firebase/firestore with a fetch call to the build-in REST API.
It uses the svelte-native framework to build a native application. Svelte-Native is build on top of Nativescript, so you need to go through the setup guide there in order to install the TNS CLI tools
npm install
tns run [ios|android]
This is a single page application. Everything is handled in app/App.svelte. This file...