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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -