You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ All further examples assume `firebase` has been required.
51
51
Also, all functions support promises, but we're leaving out the `.then()` stuff for brevity where it doesn't add value.
52
52
53
53
### setValue
54
-
Data is stored as JSON data at a specific path (which is appended to the URL you passed to `init`.
54
+
Data is stored as JSON data at a specific path (which is appended to the URL you passed to `init`).
55
55
If you want to add data to a known path use this, otherwise use `push` (see below).
56
56
57
57
The plugin will take care of serializing JSON data to native data structures.
@@ -75,7 +75,7 @@ The plugin will take care of serializing JSON data to native data structures.
75
75
```
76
76
77
77
### push
78
-
This function will store a JSON object at path `<Firebase URL>/push/users/<Generated Key>`
78
+
This function will store a JSON object at path `<Firebase URL>/users/<Generated Key>`
79
79
80
80
```js
81
81
firebase.push(
@@ -150,4 +150,4 @@ or start a geny emulator first and do: `tns run android`
150
150
151
151
152
152
## Credits
153
-
The starting point for this plugin was [this great Gist](https://gist.github.com/jbristowe/c89a7bcae7fc9a035ee7) by [John Bristowe](https://github.com/jbristowe).
153
+
The starting point for this plugin was [this great Gist](https://gist.github.com/jbristowe/c89a7bcae7fc9a035ee7) by [John Bristowe](https://github.com/jbristowe).
0 commit comments