Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote config guides for mobile apps using our feature flags #10252

Open
4 tasks
andyvan-ph opened this issue Jan 3, 2025 · 1 comment
Open
4 tasks

Remote config guides for mobile apps using our feature flags #10252

andyvan-ph opened this issue Jan 3, 2025 · 1 comment
Labels
feature flags SEO Issues relating to SEO tutorial

Comments

@andyvan-ph
Copy link
Contributor

andyvan-ph commented Jan 3, 2025

Summary

Idea via @ioannisj.

How to use PostHog feature flag with a payload to deliver remote configuration to your mobile or web app

Particularly relevant to mobile apps that suffer from long deployment cycles and App Store review processes.

Things like magic numbers and performance tuning (timeouts, caching limits, retry limits, default page sizes etc) can be defined in a feature flag playload and loaded at app launch time

Could also use variants to target different configurations per platform (e.g Android app vs iOS apps)

Mobile devs usually rely on https://firebase.google.com/docs/remote-config for this

Headline options

  • How to implement Android app remote config
  • How to implement React Native app remote config
  • How to implement Flutter app remote config
  • How to implement iOS app remote config

What (if any) keywords are we targeting?

  • android remote config (210/mo)
  • iOS remote config (90/mo)
  • flutter remote config (320/mo)
  • react native remote config (110/mo)

Outline (optional)

draft headings / questions you want to answer

@andyvan-ph andyvan-ph added SEO Issues relating to SEO tutorial feature flags labels Jan 3, 2025
@andyvan-ph
Copy link
Contributor Author

andyvan-ph commented Jan 3, 2025

@ivanagas I reckon this is a great opportunity based on search + low competition. Will move to the planned list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature flags SEO Issues relating to SEO tutorial
Projects
None yet
Development

No branches or pull requests

1 participant