NSNoman Sadiqindevelopwithnomi.hashnode.dev·Oct 26, 2023 · 4 min readHow to integrate Remote Config in AndroidInitial Steps If you haven't done so already, create a new project in the Firebase console. Click on "Add Firebase to your Android app" and follow the setup steps. When prompted, enter your app's package name, for example, com.android.myapp At th...00
NSNoman Sadiqindevelopwithnomi.hashnode.dev·Oct 26, 2023 · 8 min readHow to integrate Firebase Dynamic Links in AndroidInitial Steps If you haven't done so already, create a new project in the Firebase console. Click on "Add Firebase to your Android app" and follow the setup steps. When prompted, enter your app's package name, for example, com.android.myapp At th...00
NSNoman Sadiqindevelopwithnomi.hashnode.dev·Jul 22, 2023 · 4 min readKotlin Flows - Collect and CollectLatestUnderstanding Collect and CollectLatest in Kotlin Flow API Kotlin Flow API provides a powerful set of operators for manipulating flows. In this article, we'll take a closer look at two of these operators: collect and collectLatest. What is a Flow? Be...00