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. Svewlte-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
ths run [ios|android]
This is a single page application. Everything is handled in app/App.svelte. This file...