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 {
142142 . update ( {
143143 name : "Woofieupdate" ,
144144 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+ } ,
145151 city : sfDocRef ,
146152 updateTs : firestore . FieldValue . serverTimestamp ( ) ,
147153 updateTsAlt : firebase . firestore ( ) . FieldValue ( ) . serverTimestamp ( ) ,
Original file line number Diff line number Diff line change 2525 "nativescript-angular" : " ^6.1.0" ,
2626 "nativescript-camera" : " ^4.0.2" ,
2727 "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" ,
2929 "nativescript-theme-core" : " ~1.0.4" ,
3030 "reflect-metadata" : " ~0.1.10" ,
3131 "rxjs" : " ~6.0.0 || >=6.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-plugin-firebase" ,
3- "version" : " 7.1.3 " ,
3+ "version" : " 7.1.4 " ,
44 "description" : " Fire. Base. Firebase!" ,
55 "main" : " firebase" ,
66 "typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments