This project demonstrates the benfits of kotlin multiplatform by implementating a multiplatform mobile application (Android/iOS) with firebase as a backend (Node.js) all in kotlin.
The application is using Firestore to store a list of posts and firebase functions to send notifications for new posts.
Modules.
common-all - Multiplatform Module - shared code between clients/server.
common-client - Multiplatform Module - shared code between clients (Android/iOS).
请发表评论