Relative Content

Tag Archive for firebasemobilefirebase-remote-configfirebase-ab-testing

Firebase ab test include just logged in users according to the user property

The case for just logged-in/signed up/installed users in the mobile app(iOS/android). After finishing the login user retrieves the membership type and immediately sends it to Firebase analytics as user property.
I want to launch an ab test, that targets membershiptype = {membershiptype1}. If there any options to include a new user with {membershiptype1} to ab test immediately after login, not waiting for 1-2 hours(while analytics data is sent and processed by Firebase)?
It would be wonderful if I have force-push analytics events on the first login and request for remote config immediately after processing, but as I understand, Firebase SDK doesn’t have this functionality. Do we have any option to get the correct remote config in this case?

Firebase ab test include just logged in users according to the user property

The case for just logged-in/signed up/installed users in the mobile app(iOS/android). After finishing the login user retrieves the membership type and immediately sends it to Firebase analytics as user property.
I want to launch an ab test, that targets membershiptype = {membershiptype1}. If there any options to include a new user with {membershiptype1} to ab test immediately after login, not waiting for 1-2 hours(while analytics data is sent and processed by Firebase)?
It would be wonderful if I have force-push analytics events on the first login and request for remote config immediately after processing, but as I understand, Firebase SDK doesn’t have this functionality. Do we have any option to get the correct remote config in this case?