Hello everyone, I want to build admin panel on web...
# webassembly
a
Hello everyone, I want to build admin panel on web using kotlin because currently I don't want to spent my time on js/ts then how can i achieve this using kotlin. The major concern is how I will use firebase phone authentication and how I query firestore database ?
c
Someone asked this before, it needs a little love but https://github.com/GitLiveApp/firebase-kotlin-sdk is the go to right now. They don't cover the whole API and I don't think a wasm target yet (although wasm should be able to use the JS target too, haven't tried)