orbitalsonic / Cross-Promotion-FirebaseRemoteConfig

Cross Promotion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross-Promotion-FirebaseRemoteConfig

Cross Promotion using FirebaseRemoteConfig in android applications

Screenshots

alt text

Firebase RemoteConfig Key
 cross_promotion
 
Add following json code in FirebaseRemoteConfig
 [
  {
    "title": "My App Title",
    "short_desc": "My App Description",
    "package": "App package name is here",
    "icon": "App icon link is here",
    "feature": "App Feature image link is here"
  },
  {
    "title": "My App Title",
    "short_desc": "My App Description",
    "package": "App package name is here",
    "icon": "App icon link is here",
    "feature": "App Feature image link is here"
  },
  {
    "title": "My App Title",
    "short_desc": "My App Description",
    "package": "App package name is here",
    "icon": "App icon link is here",
    "feature": "App Feature image link is here"
  }
]
 

About

Cross Promotion

License:Other


Languages

Language:Kotlin 100.0%