Skip to content

Instantly share code, notes, and snippets.

@Prasad9
Created August 21, 2016 12:00
Show Gist options
  • Save Prasad9/064d38a1a23e090082dc2f6e3d24d0b8 to your computer and use it in GitHub Desktop.
Save Prasad9/064d38a1a23e090082dc2f6e3d24d0b8 to your computer and use it in GitHub Desktop.
Code for storing data in Firebase
let uploadQuestionFirebaseRef = FIRDatabase.database().reference().child(<your_channel_name>)
uploadQuestionFirebaseRef.setValue(<upload_data>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment