我需要根据应用程序版本分发一些设置,例如,如果应用程序版本等于“4.0.1”,则 a else b。我发现可以定义一个名为“version”的条件,但文档说它绑定到应用程序的包名称,而不是版本或版本代码。
请参阅此处https://firebase.google.com/docs/remote-config/parameters
我尝试通过“版本”条件指定应用程序版本,但它不起作用。对此的任何想法将不胜感激。
firebase firebase-remote-config
firebase ×1
firebase-remote-config ×1