@@ -59,7 +59,7 @@ var TestFirebaseDocs = []map[string]any{
5959var TestFirebaseDocFields = []map [string ]any {
6060 {
6161 "timeData" : map [string ]any {
62- "timestampValue" : "2025-04-14T01:02:03Z" ,
62+ "timestampValue" : testTimestamp ,
6363 },
6464 },
6565 {
@@ -111,7 +111,7 @@ var TestFirebaseDocFields = []map[string]any{
111111 "mapValue" : map [string ]any {
112112 "fields" : map [string ]any {
113113 "timeData" : map [string ]any {
114- "timestampValue" : "2025-04-14T01:02:03Z" ,
114+ "timestampValue" : testTimestamp ,
115115 },
116116 "stringData" : map [string ]any {
117117 "stringValue" : "Hello World" ,
@@ -150,7 +150,7 @@ var TestFirebaseDocFields = []map[string]any{
150150
151151 map [string ]any {
152152 "timeData" : map [string ]any {
153- "timestampValue" : "2025-04-14T01:02:03Z" ,
153+ "timestampValue" : testTimestamp ,
154154 },
155155 },
156156 map [string ]any {
@@ -206,7 +206,7 @@ var TestFirebaseDocFields = []map[string]any{
206206 // it includes a nested map that contains an array containing both a map and another nested array
207207 {
208208 "timeData" : map [string ]any {
209- "timestampValue" : "2025-04-14T01:02:03Z" ,
209+ "timestampValue" : testTimestamp ,
210210 },
211211 "stringData" : map [string ]any {
212212 "stringValue" : "Hello World" ,
@@ -245,7 +245,7 @@ var TestFirebaseDocFields = []map[string]any{
245245 "mapValue" : map [string ]any {
246246 "fields" : map [string ]any {
247247 "timeData" : map [string ]any {
248- "timestampValue" : "2025-04-14T01:02:03Z" ,
248+ "timestampValue" : testTimestamp ,
249249 },
250250 "stringData" : map [string ]any {
251251 "stringValue" : "Hello World" ,
@@ -283,7 +283,7 @@ var TestFirebaseDocFields = []map[string]any{
283283 "values" : []any {
284284 map [string ]any {
285285 "timeData" : map [string ]any {
286- "timestampValue" : "2025-04-14T01:02:03Z" ,
286+ "timestampValue" : testTimestamp ,
287287 },
288288 },
289289 map [string ]any {
@@ -337,7 +337,7 @@ var TestFirebaseDocFields = []map[string]any{
337337 },
338338 map [string ]any {
339339 "timeData" : map [string ]any {
340- "timestampValue" : "2025-04-14T01:02:03Z" ,
340+ "timestampValue" : testTimestamp ,
341341 },
342342 },
343343 map [string ]any {
@@ -396,7 +396,7 @@ var TestFirebaseDocFields = []map[string]any{
396396
397397var FlattenedMapResults = []map [string ]any {
398398 {
399- "timeData" : "2025-04-14T01:02:03Z" ,
399+ "timeData" : testTimestamp ,
400400 },
401401 {
402402 "stringData" : "Hello World" ,
@@ -426,7 +426,7 @@ var FlattenedMapResults = []map[string]any{
426426 "geoPointData" : latlng.LatLng {Latitude : 51.205005708080876 , Longitude : 3.225345050850536 },
427427 },
428428 {
429- "timeData" : "2025-04-14T01:02:03Z" ,
429+ "timeData" : testTimestamp ,
430430 "stringData" : "Hello World" ,
431431 "uuidData" : "1f117a40-8bdb-4e8a-8f24-1622fea695b1" ,
432432 "boolData" : true ,
@@ -440,7 +440,7 @@ var FlattenedMapResults = []map[string]any{
440440 {
441441 "ArrayData" : []any {
442442 map [string ]any {
443- "timeData" : "2025-04-14T01:02:03Z" ,
443+ "timeData" : testTimestamp ,
444444 },
445445 map [string ]any {
446446 "stringData" : "Hello World" ,
@@ -473,7 +473,7 @@ var FlattenedMapResults = []map[string]any{
473473 },
474474
475475 {
476- "timeData" : "2025-04-14T01:02:03Z" ,
476+ "timeData" : testTimestamp ,
477477 "stringData" : "Hello World" ,
478478 "uuidData" : "1f117a40-8bdb-4e8a-8f24-1622fea695b1" ,
479479 "boolData" : true ,
@@ -486,7 +486,7 @@ var FlattenedMapResults = []map[string]any{
486486 "nestedMapData" : map [string ]any {
487487 "nestedArrayData" : []any {
488488 map [string ]any {
489- "timeData" : "2025-04-14T01:02:03Z" ,
489+ "timeData" : testTimestamp ,
490490 "stringData" : "Hello World" ,
491491 "uuidData" : "1f117a40-8bdb-4e8a-8f24-1622fea695b1" ,
492492 "boolData" : true ,
@@ -499,7 +499,7 @@ var FlattenedMapResults = []map[string]any{
499499 },
500500 map [string ]any {
501501 "subNestedArrayData" : []any {
502- map [string ]any {"timeData" : "2025-04-14T01:02:03Z" },
502+ map [string ]any {"timeData" : testTimestamp },
503503 map [string ]any {"stringData" : "Hello World" },
504504 map [string ]any {"uuidData" : "1f117a40-8bdb-4e8a-8f24-1622fea695b1" },
505505 map [string ]any {"boolData" : true },
@@ -512,7 +512,7 @@ var FlattenedMapResults = []map[string]any{
512512 },
513513 },
514514 map [string ]any {
515- "timeData" : "2025-04-14T01:02:03Z" ,
515+ "timeData" : testTimestamp ,
516516 },
517517 map [string ]any {
518518 "stringData" : "Hello World" ,
@@ -566,7 +566,7 @@ var StructResults = []any{
566566 "nestedArrayData" : []any {
567567 map [string ]any {
568568
569- "timeData" : "2025-04-14T01:02:03Z" ,
569+ "timeData" : testTimestamp ,
570570 "stringData" : "Hello World" ,
571571 "uuidData" : "1f117a40-8bdb-4e8a-8f24-1622fea695b1" ,
572572 "boolData" : true ,
@@ -579,7 +579,7 @@ var StructResults = []any{
579579 },
580580 map [string ]any {
581581 "subNestedArrayData" : []any {
582- map [string ]any {"timeData" : "2025-04-14T01:02:03Z" },
582+ map [string ]any {"timeData" : testTimestamp },
583583 map [string ]any {"stringData" : "Hello World" },
584584 map [string ]any {"uuidData" : "1f117a40-8bdb-4e8a-8f24-1622fea695b1" },
585585 map [string ]any {"boolData" : true },
@@ -592,7 +592,7 @@ var StructResults = []any{
592592 },
593593 },
594594 map [string ]any {
595- "timeData" : "2025-04-14T01:02:03Z" ,
595+ "timeData" : testTimestamp ,
596596 },
597597 map [string ]any {
598598 "stringData" : "Hello World" ,
@@ -639,7 +639,7 @@ var StructResults = []any{
639639 "nestedArrayData" : []any {
640640 map [string ]any {
641641
642- "timeData" : "2025-04-14T01:02:03Z" ,
642+ "timeData" : testTimestamp ,
643643 "stringData" : "Hello World" ,
644644 "uuidData" : "1f117a40-8bdb-4e8a-8f24-1622fea695b1" ,
645645 "boolData" : true ,
@@ -652,7 +652,7 @@ var StructResults = []any{
652652 },
653653 map [string ]any {
654654 "subNestedArrayData" : []any {
655- map [string ]any {"timeData" : "2025-04-14T01:02:03Z" },
655+ map [string ]any {"timeData" : testTimestamp },
656656 map [string ]any {"stringData" : "Hello World" },
657657 map [string ]any {"uuidData" : "1f117a40-8bdb-4e8a-8f24-1622fea695b1" },
658658 map [string ]any {"boolData" : true },
@@ -665,7 +665,7 @@ var StructResults = []any{
665665 },
666666 },
667667 map [string ]any {
668- "timeData" : "2025-04-14T01:02:03Z" ,
668+ "timeData" : testTimestamp ,
669669 },
670670 map [string ]any {
671671 "stringData" : "Hello World" ,
0 commit comments