I got node in the firebase named "XXXXX". I want to add tokenids to this node.
But in iOS I am having problem updating tokensids.
Do we got functions in iOS for appending data to iOS Firebase?
or we have to first get the token from firebase , append our token and save the token array back to node ?
Any suggestion guys ?