This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,12 @@ export class FirestoreComponent {
142
142
. update ( {
143
143
name : "Woofieupdate" ,
144
144
last : "updatedwoofie!" ,
145
+ nested : {
146
+ nestedFoo : "bar" ,
147
+ nestedUpdateTs : firestore . FieldValue . serverTimestamp ( ) ,
148
+ nestedLastKnownLocation : firebase . firestore ( ) . GeoPoint ( 4.34 , 5.67 ) ,
149
+ nestedLastKnownLocation2 : firestore . GeoPoint ( 4.34 , 5.67 )
150
+ } ,
145
151
city : sfDocRef ,
146
152
updateTs : firestore . FieldValue . serverTimestamp ( ) ,
147
153
updateTsAlt : firebase . firestore ( ) . FieldValue ( ) . serverTimestamp ( ) ,
Original file line number Diff line number Diff line change 25
25
"nativescript-angular" : " ^6.1.0" ,
26
26
"nativescript-camera" : " ^4.0.2" ,
27
27
"nativescript-imagepicker" : " ~6.0.4" ,
28
- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.1.2 .tgz" ,
28
+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.1.4 .tgz" ,
29
29
"nativescript-theme-core" : " ~1.0.4" ,
30
30
"reflect-metadata" : " ~0.1.10" ,
31
31
"rxjs" : " ~6.0.0 || >=6.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-plugin-firebase" ,
3
- "version" : " 7.1.3 " ,
3
+ "version" : " 7.1.4 " ,
4
4
"description" : " Fire. Base. Firebase!" ,
5
5
"main" : " firebase" ,
6
6
"typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments