Created
August 21, 2016 12:00
-
-
Save Prasad9/064d38a1a23e090082dc2f6e3d24d0b8 to your computer and use it in GitHub Desktop.
Code for storing data in Firebase
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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