Firebase push() in iOS -
is there equivalent of firebase.push() method ios api available in api javascript or java ?
i couldn't find in api reference ios.
what need push data new child location based on timestamp (i prefer server not client timestamp) , return reference in block.
yes! renamed childbyautoid more consistent ios naming conventions, behaves same ref.push(). if want set data (equivalent of ref.push(data)), can [[ref childbyautoid] setvalue:data]
Comments
Post a Comment