0
2
KKKhalid Khan
The above code sets the value of the Attribute property on the ref object to the value provided as the argument.
Shortcut: firebase.set
firebase.database().ref(Path).set({
Attribute Value
});
0
2
KKKhalid Khan
The above code sets the value of the Attribute property on the ref object to the value provided as the argument.
Shortcut: firebase.set
firebase.database().ref(Path).set({
Attribute Value
});