This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Commit 5645bbe
Blake Peterman
Put the data into the data key for Android
Before this change the elements in the data object are put into the main json object. The docs say that this should be underneath the data key. This causes an issue with TypeScript because you're not able to access keys not defined in the interface.1 parent ea4b26e commit 5645bbe
File tree
2 files changed
+7
-5
lines changed- platforms/android
- libraryproject/firebase/src/main/java/org/nativescript/plugins/firebase
2 files changed
+7
-5
lines changedBinary file not shown.
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
0 commit comments