icerockdev / moko-widgets

Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
387 stars 32 forks source link

Implement push notification #260

Open Diy2210 opened 4 years ago

Diy2210 commented 4 years ago

1)How implement push notification on common code? Or I use only native android/ios code? How about MOKO-Notifications? =) 2) What database can I use in common code? And SQL Database implement MOKO in future? Снимок экрана 2020-07-10 в 15 24 55

Alex009 commented 4 years ago

hi! moko-widgets not target to implement push notifications :) push notifications will be implemented in moko-fcm (integration with Firebase Cloud Messaging) later (we already plan it and have some code base). database for common code is https://github.com/cashapp/sqldelight - use it