首页 > 解决方案 > Remote config for specific users

问题描述

How can I make a firebase remote config condition that matches to a set of users emails?

The suggestion I've found so far has been to check if the email matches one from the list on the FE and then set an analytics property (e.g. is_internal). My problem with this is that it happens on the frontend, and I can't have anybody being able to access the internal group.

Another option is to tie the email/userId to the analytics user, though this seems like it would be against TOS since its a way to track specific users.

标签: firebasefirebase-analyticsfirebase-remote-config

解决方案


推荐阅读