Hi all, great to be here! Me and my team are building a location based game in Unity and are trying to figure out how we want to approach our remote config setup (and firebase is one of the candidates).
What we aim to do is the following:
- We want our customers to login to our Android game (built in Unity) using a individual username and password
- Using the same login our costumers can login to a web based cms/configurator to configure their Android game (for example to change coordinates of certain riddles)
- The Android game should check if there is new configuration made in the web based cms/configurator, if so, it has to fetch it activate on load
I have been going through the documentation of Firebase and it's integration into Unity, but can't seem to find a possibility/description of remote config on a individual user level. Anyone here that knows if Firebase can do this and has some resources to help me and my team in the right direction?