Skip to content

orbitalsonic/Cross-Promotion-FirebaseRemoteConfig

Repository files navigation

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"
  }
]
 

Releases

No releases published

Packages

No packages published

Languages