-
Notifications
You must be signed in to change notification settings - Fork 130
Commit 29140b6
Merge branch 'master' of github.com:fullstackreact/react-native-firestack
* 'master' of github.com:fullstackreact/react-native-firestack:
Fix donwloadUrl to use storageUrl from .plist.
Use storage url from .plist file if not setStorageUrl() hasn't been called.
Fixed error calling length of undefined
forEach and map method on the DataSnapshot does not retain key
removing trailing comma
Filter out undefined filters
Parity of response format between ios and android. Added authenticated flag to response from getCurrentUserFile tree
3 files changed
+17
-12
lines changed- android/src/main/java/io/fullstack/firestack
- ios/Firestack
- lib/modules
3 files changed
+17
-12
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
530 | 530 |
| |
531 | 531 |
| |
532 | 532 |
| |
533 | - | ||
533 | + | ||
534 | 534 |
| |
535 | 535 |
| |
536 | 536 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
29 | 34 |
| |
30 | 35 |
| |
31 | 36 |
| |
| |||
52 | 57 |
| |
53 | 58 |
| |
54 | 59 |
| |
60 | + | ||
55 | 61 |
| |
56 | - | ||
57 | - | ||
58 | - | ||
59 | - | ||
62 | + | ||
63 | + | ||
64 | + | ||
60 | 65 |
| |
61 | 66 |
| |
62 | - | ||
63 | 67 |
| |
64 | 68 |
| |
65 | 69 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | - | ||
38 | + | ||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | - | ||
99 | + | ||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | - | ||
114 | + | ||
115 | 115 |
| |
116 | - | ||
116 | + | ||
117 | + | ||
117 | 118 |
| |
118 | 119 |
| |
119 | 120 |
| |
| |||
232 | 233 |
| |
233 | 234 |
| |
234 | 235 |
| |
235 | - | ||
236 | + | ||
236 | 237 |
| |
237 | 238 |
| |
238 | 239 |
| |
|
0 commit comments