Is there an easy way to convert a Map to a Bundle in android without explicit iteration?
Why?
Firebase returns a Map for Notification
Nowadays you can use fun bundleOf(vararg pairs: Pair)
fun bundleOf(vararg pairs: Pair)