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

[FEATURE REQUEST] RemoteConfig implementation #259

Closed
WolfgangSenff opened this issue Oct 25, 2021 · 3 comments
Closed

[FEATURE REQUEST] RemoteConfig implementation #259

WolfgangSenff opened this issue Oct 25, 2021 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest
Projects

Comments

@WolfgangSenff
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
I'd like to be able to A/B test my games through Firebase and have them be tracked and what not, as well as updated and experimented on so I can come up with the best possible results.

Describe the solution you'd like
Simply put, I'd like RemoteConfig to be implemented so I can utilize it to implement the A/B testing. That will allow me to send updates to different users automatically and configure my game accordingly.

Describe alternatives you've considered
I've considered a few others, but it makes no real sense in a Firebase library. ;)

Additional context
Here's the discovery document for the REST API: https://firebaseremoteconfig.googleapis.com/$discovery/rest?version=v1

And here's a link to the definitions of everything in a cleaner format: https://firebase.google.com/docs/reference/remote-config/rest

@WolfgangSenff WolfgangSenff added enhancement New feature or request good first issue Good for newcomers Hacktoberfest labels Oct 25, 2021
@WolfgangSenff WolfgangSenff self-assigned this Oct 25, 2021
@WolfgangSenff WolfgangSenff added this to To do in Work via automation Oct 25, 2021
@WolfgangSenff WolfgangSenff moved this from To do to In progress in Work Oct 25, 2021
@MeBadDev
Copy link

is RemoteConfig real time?

@WolfgangSenff
Copy link
Collaborator Author

Yes.

@WolfgangSenff WolfgangSenff removed their assignment Apr 4, 2024
@WolfgangSenff
Copy link
Collaborator Author

This is now implemented, albeit not documented and very annoying to get to work. :)

Work automation moved this from In progress to Done May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest
Projects
Work
Done
Development

No branches or pull requests

2 participants