Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 A/B 实验,我想以编程方式确定用户在我们的后端属于哪个实验变体。这可能吗?
Firebase 远程配置/A/B 测试没有公共 API 来确定用户属于哪个特定实验。Remote Config 的唯一 Admin API 用于创建配置集。
您可以获得的最接近的方法是让每台设备将其从远程配置中获得的值写入分析或云数据库(例如 Firestore 或实时数据库),然后在那里访问该信息。