Join Slack
Powered by
Anyone have any guides or examples on how to setup...
# javascript
j
jordond
10/09/2024, 12:07 AM
Anyone have any guides or examples on how to setup a Firebase Functions project using Kotlin Multiplatform? In my project I have a
core
module that is common, then I have an
app
which is a Compose multiplatform wasmjs app. I would like to have a
backend
module that depends on the
core
module, but can be used as a Firebase Function.
Open in Slack
Previous
Next