This is a starter repo for writing an app in ClojureScript making use of Firebase Functions and Hosting.
From a local copy of this repo, you can deploy a "Hello, world" via these steps:
yarn install
- Create a new Firebase project here: https://console.firebase.google.com/
- Attach the project you created via
yarn firebase use --add
yarn firebase deploy