Is there any equivalent of the Firebase.push () method for the iOS API that is available in the Javascript or Java API?
I could not find it in the API link for iOS.
I need the data to be moved to a new child location based on the timestamp (I prefer the server timestamp of the server) and return this link in the block.
source
share