Guest User

Untitled

a guest
Mar 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. func updateDictionary() -> [String : Any] {
  2. ["text": self.text,
  3. "author": self.author.userID,
  4. "timestamp": ServerValue.timestamp(),
  5. "latitude": self.latitude,
  6. "longitude" : self.longitude,
  7. "location_name": self.locationName]
  8. }
Add Comment
Please, Sign In to add comment