I am getting the keyss from the firebase database as :
promoCodeKey = history.getKey();
it is giving me output as T20 Test10 etc as string
I want to save it in an array to check from the editText if the user enters any text and if the text matches any of the key
How can i achieve this?
I want to check from each key.