My question is specifically for A/B testing
I have a set of strings stored in firebase database. I want to manipulate the data for A/B testing. One way would be to store two strings in Firebase Database. e.g
String A and String B. Then let say the remote config value be true then show String B or else string A.
Is this the way to go forward? Or should I store all the data in the remote config for A/B testing?