Hey Team, I am using Firebase to store user data a...
# ask-questions
c
Hey Team, I am using Firebase to store user data and need guidance on exporting specific users based on certain conditions from my project database. Could someone help me with the best approach to achieve this and run the necessary experiments? Looking forward to your insights.
f
you want to pre-assign users?
c
Yes @fresh-football-47124
f
if you already know the users that you want to expose, you can either directly assign them and fire a trackingCallback like event (bypassing the SDK), create a large saved group of the id's (not recommended if this is huge), or use remote evaluation.
We also find a lot of times folks want to do pre-assignment for not great reasons, and normal randomization is sufficient for their needs- but I don't know your use case