Hi all, anyone implemented local notifications on ...
# multiplatform
s
Hi all, anyone implemented local notifications on KMP Android/iOS? I found two main libraries for that, Alarmee and KMPNotifier, but looks like both require firebase sdk to be added, which i would like to avoid. Is there any other library or better to implement myself?
m
@Surik Simonyan I plan to separate KMPNotifier into two different modules (local and push) in future, and add some extra notification features (like progress notification in android for example)