Hello everyone!I have already read the official doc of firebase, but I still don't understand how can I save(write) and get(read) data from firebase database. Can someone help me please...
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/c7374970-f821-4017-b096-565dd84943bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Sivann,What are you developing you application in? there's plenty of knowledge here but people may be able to give a more solid direction for you if we know what you are working with!A thing I got easily confused with is making sure all my dependancies were in place within my app to sync it to the my databaseThanks :)
On Mon, Aug 6, 2018 at 3:15 PM, SIVANN KH <siva...@gmail.com> wrote:
Hello everyone!I have already read the official doc of firebase, but I still don't understand how can I save(write) and get(read) data from firebase database. Can someone help me please...
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/c7374970-f821-4017-b096-565dd84943bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Kind Regards,Edward Lawrence,
Head Receptionist,Toni&Guy,Promenade Level,One Canada Square,Canary Wharf,London,E14 5AX
N:0207 987 6222
id: loginbutton
text: registerCheckbox.checked ? "Register" : "Login"
flat: false
anchors.horizontalCenter: parent.horizontalCenter
onClicked: {
loginPage.forceActiveFocus()
loginbutton.visible = false
registerCheckbox.visible = false
indicator.visible = true;
indicator.startAnimating()
if(registerCheckbox.checked) {
firebaseAuth.registerUser(txtUsername.text, txtPassword.text);
} else {
firebaseAuth.loginUser(txtUsername.text, txtPassword.text)
}
}
}
indicator.stopAnimating()
console.debug("User login " + success + " - " + message)
if(success) {
loginDialog.title = "Success!"
firebaseDb.setUserValue("Firstname", firstname.text)
firebaseDb.setUserValue("Surname", surname.text)
firebaseDb.setUserValue("E-mail", txtUsername.text)
} else {
loginDialog.title = "An Issue occured!"
}
loginDialog.text = message
loginbutton.visible = true
registerCheckbox.visible = true
loginDialog.open()
} Welcome TextText {id: userNamewidth: parent.widthheight: mainPage / 10text: "Welcome " + firstname.text + " " + surname.text}Hope this helps a little!!
L!
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/25b66328-50d4-4704-b68e-a59722fa0787%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/c7d38fe2-5b82-48a6-b74e-903d4b77f33a%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CAJeDU7mKYLX3y%3D9qQanZX5J92Q5UzgDGkY_0g_mC-D7oxLuL9A%40mail.gmail.com.