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
fresh-football-47124
02/05/2025, 4:52 AM
you want to pre-assign users?
c
clean-painter-51303
02/05/2025, 4:53 AM
Yes @fresh-football-47124
f
fresh-football-47124
02/05/2025, 6:05 AM
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.
fresh-football-47124
02/05/2025, 6:07 AM
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