Integrate firebase AB Testing and RemoteConfig with backend server

305 views
Skip to first unread message

Ali Ahad

unread,
Jan 3, 2020, 11:03:27 AM1/3/20
to Firebase Google Group
Hi,

I have a usecase where it is required to sync AB Testing users with backend server. In general, on our server we need to get userIds participated in AB Testing. Is there anyway to achieve this?

Mehedi Hasan

unread,
Jan 3, 2020, 11:23:37 AM1/3/20
to fireba...@googlegroups.com
We had a similar use case. We achieved this by leveraging user properties. When the users logs in, we provide the client apps some property value and client app sets those to firebase user property. Then  in AB testing we provided condition on this property to determine the remote-config value. 

  

On Fri, 3 Jan 2020, 10:03 pm Ali Ahad, <alyahad...@gmail.com> wrote:
Hi,

I have a usecase where it is required to sync AB Testing users with backend server. In general, on our server we need to get userIds participated in AB Testing. Is there anyway to achieve this?

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/52e2b97f-c6f6-4bb7-8217-834d4f909a89%40googlegroups.com.

Kato Richardson

unread,
Jan 3, 2020, 12:17:26 PM1/3/20
to Firebase Google Group
This is the best approach. ABT and RC are designed to segment users based on properties, not track individual users.

If you have some special case where you want to track individual users, you probably want a solution outside of analytics for compliance/privacy reasons. Best case is to store this in Firestore or Realtime Database at the time they sign up, and link it to a group name you store in a user property for RC usage.

☼, Kato



--

Kato Richardson | Developer Programs Eng | kato...@google.com | 775-235-8398

Reply all
Reply to author
Forward
0 new messages