Firestore server timestamp flutterflow. Write better code with AI Code review.

Firestore server timestamp flutterflow. collection("Questions") .
Firestore server timestamp flutterflow Jan 11, 2024 · I need the current date and time for my app in a custom function/action. Recently changed the chat timestamp to populate the Firestore Server timestamp. Accessing this field is not recommended. A straightforward approach is to use a timestamp as a unique document ID for each entry. but when I try to use user current device time, it works fine. Otherwise Aug 8, 2019 · The FieldValue. Hello, I have a database which I populate through API calls using Firestore and Supabase db's. fromisoformat(mqtt_timestamp_str) # create as RFC339 string mqtt_timestamp_rfc3339 = rfc3339(mqtt_timestamp, utc=True, use_system_timezone=False Dec 1, 2020 · You can't really "get" a Firestore server timestamp. To write a server-side timestamp, use: in v9/modular syntax: serverTimestamp() in v8/compat syntax: firebase. time - duration. However, if you get that same data as JSON from an API call, and then try to Whenever you encounter a use case when you need to compare two timestamps in your application, you can use the Timestamp. SERVER_TIMESTAMP When I retrieve this value and print it, I get the following: &lt;object object at 0x7f5f4b30eaa0&gt; What is the right way to Can we access your project? I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue. Now() is not same Type with Firebase Timestamp. That means you should either use two server-side timestamps, or two client-side timestamps. The below code as 2024-8-13 13:33:01 Issues with above conversion: Timezone - No Time zone information displayed. time(0, 0, 5, 0): consideration for network time resource. Other solutions didn't work for me but this one was ok. now() generates the timestamp using the client machine's clock, which could be wrong, even drastically wrong. Creates new documents with a monotonically increasing field, like a timestamp, at a very high rate. When the number of rows in the tables is large, the queries take a lot of time to complete. Aggiungi dati: Crea documenti e raccolte nel tuo database. But I need only the date part, such as '11-11-2021'. serverTimestamp(). So you'd end up with two fields in the document: createdAt and expiresInDays. Apr 3, 2024 · So, basically I have an firestore collection which has line no (string), action taken(string), timestamp (as firestore server timestamp at the point of entry is created). Jun 7, 2019 · It allows the write if the difference between the timestamp values in the existing document (resource. The reason for this (as far as i understood it) is that servertimestamps get filled with an actual timestamp the moment you interact with the server, which makes the timestamp more Jan 30, 2021 · I understand from all the questions raised and answered here that Firestore stores DateTime. time attribute , which is the Firestore equivalent to the Realtime Databases's now. Timestamp fields are currently being sent to the simulator as an "empty object" with no methods, so you can't make use of their values in the simulator. collection("yourCollectionName"). time: firestore server time // duration. Let's understand the Firestore database (Cloud Firestore, a NoSQL Database) in more detail. " With Rowy as your low-code / no-code backend, you can easily display timestamps in your FlutterFlow app. timestamp() just gives me thi May 28, 2018 · This will indeed work, but not as you assume. Click on the (+) Plus sign button. It references the package json_annotation. This means you have broadly two options: Write the offset to a separate field in the same document. orderBy("questionsView") . SERVER_TIMESTAMP but, i get this exception: TypeError: ('Cannot conver Jun 6, 2022 · part 'item. And in Cloud functions when I use Timestamp. Aug 29, 2023 · 1 - is FlutterFlow always listening to the signed-in user's document? I notice the signed-in user's document always seems accessible via custom actions and from just about anywhere else in the interface. Creates new documents at a high rate in a collection with few documents. Manage code changes Aug 20, 2019 · The problem in your code is the fact that the type of your timestamp field inside your UserLight class dosn't match the type of your timestamp property in the database. admin. Mar 14, 2019 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Jan 1, 2025 · Hey, I'm trying to create a function to convert a Datetime field from a Firestore collection into a Timestamp but everything I try gets me a different error message. Sep 29, 2019 · Firestore. TIMESTAMP returns a non-null Object and is a placeholder value for auto-populating the current timestamp. You can use this property to display the current date and time on the screen or pass it to a FlutterFlow or custom widget for further processing. fromDate() function to convert a native Date object in Javascript to Firestore’s Timestamp object. Jun 1, 2020 · I have Timestamp item in firebase. Nov 30, 2019 · The best way on all platforms is to use the server timestamp token provided by the SDK (and not using the client's clock, which could be wrong). But when I try to use it in a batc Cloud Firestore. import { AngularFirestore } from '@ Apr 11, 2020 · I would like to archive and then update an array which contains many firestore. May 8, 2018 · Just create index and it will start working with timestamp too. update(updates Oct 8, 2019 · If you save the created timestamp to Firestore, it should be visible as a timestamp. So i shared as an alternative. The most important thing is to create a Firestore Database from the Google Cloud Console. doit(): # stuff snipped for brevity # unpack timestamp as string from buffer mqtt_timestamp_str = mqtt_timestamp_bytes. SERVER_TIMESTAMP firestore. Is this because FlutterFlow is always listening to the user's document and receives any updates in real-time? May 11, 2022 · I have a Firestore-collection "hochzeiten" with a timestamp-field "datum_ablauf". The documentation is here . The former seems most likely, in which case you could for example write another server-side timestamp once the user starts waiting for the ticket. now() function returns the current client-side time, so is indeed sensitive to clock skew and manipulation. Jan 25, 2020 · The question emphasized to get the Server Timestamp without performing any database related operation. See the Timestamp docs here. You Nov 1, 2017 · Is it possible to save the server timestamp in Firestore Database with this format: 1508805681? FieldValue. It shows like 'Timestamp(seconds=1590903768, nanoseconds=26999000)' as it is. Aug 14, 2018 · If you're setting this on the server or if guaranteed order isn't so important, it might be fine. I have a field with timestamp type, now I want to query and filter database for a certain date (ignore minute, second), please In case there is no way to indicate you want the server timestamp in a REST call, you can apply the server timestamp to all new documents (regardless of origin) using a Cloud Functions Firestore onCreate trigger that applies the timestamp in a subsequent update. Timestamp(Date()). Aug 31, 2021 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Oct 5, 2017 · Find in menu: Firestore -> It will automatically enable "Cloud Firestore API” & “Firebase Rules API” services and will create Firestore Database. The application runs only in client side. Here's his post: Ordering Data In FireStore Aug 17, 2020 · I have 2 fields: created_at and updated_at field in my DB on Cloud Firestore. The challenge I'm facing is: Date sent to Firestore: 31 Jan 2021 from the app in IST timezone Oct 15, 2019 · When you tell Firestore to write a server timestamp, it does precisely that: it writes the timestamp of the server. This is for getting a date suitable with Firestore Timestamp. Proteggi i tuoi dati: Utilizza Cloud Firestore Security Rules o Identity and Access Management (IAM) per proteggere i dati per lo sviluppo mobile/web e server, rispettivamente. Integra gli SDK Cloud Firestore: Includi rapidamente i clienti tramite Gradle, CocoaPods o uno script. Just select a widget > right-click > remove widget. serverTimestamp is the timestamp of the Firebase server – Renaud Tarnec Oct 9, 2017 · How can we get a server timestamp, without using the realtime database but using instead Firestore ? import * as functions from 'firebase-functions' import { Firestore } from '@google-cloud/fire Click on the Firestore from the Navigation Menu (left side of your screen). In order to convert your DateTime object you can use DateFormat class from intl package. Oct 6, 2021 · Flutter Firestore Server side Timestamp. Server-side won't even interpret it as a timestamp, as 'toMillis' returns a number, not a timestamp. A popup will open. timestamp) and the document (request. toDate() gives time as July 6, 2021 at 9:23:34 PM UTC+0 (timestamp). now() gives me the timestamp with device offsets, I am searching for something similar to get the Server Timestamp) I would like to use the Server Timestamp for performing comparisons locally on the device. toDate(); } } Jun 25, 2022 · I am getting timestamp from firestore. Write better code with AI Code review. Topic is about Firestore Timestamp. Current Behavior basically, i cant deploy the firestore indexes on my proje Oct 17, 2023 · Dear friends, I am a newbee in flutterflow, I use firestore database. I get the item from dart code timestamp type. When trying to add to a list by using add to set action it doesn't allow me to add a Firestore server timestamp. class User { String id; String firstName; String lastName; Timestamp created_at; Timestamp updated_at; } I have the respective fromMap and toMap functions in my models. But I am using only Firebase JS and Firebase Firestore JS. How to show it in Date/month/year in flutter? Tried so many ways but it shows error: String is subtype of Timestamp or datetime. ' Dec 31, 2017 · I know how to write the server timestamp to Firestore as a date string: doc_ref. set({ . serverTimestamp() is not a timestamp, but a so-called sentinel - a marker that gets sent to the server, that the server then recognizes and interprets to write the current timestamp. decode("utf-8") # generate timestamp from string mqtt_timestamp = datetime. This way, you can easily perform time-based queries. toDate(); you can format the date by: Sep 3, 2019 · I'm using an Arduino with an ESP8266-01 module to upload a value to a Cloud Firestore database using the createDocument API with the following payload: { "fields": { "distance": { Jun 29, 2022 · Here is an answer to another question about enums:. Firestore Database is a product from Google's Firebase. We've added a new Remove Widget feature to make it easier to work within the Widget Tree. expired_at >= request. Jun 18, 2018 · I need to add a server side timestamp on new documents added to Firestore using a Flutter app. There is no "server side manipulation" performed with your code. It allows you to store your app data and uses real-time listeners to keep the data in sync. For example, for the field name 'timestamp', refer the following code: final document = Firestore. The problem I'm running into is that "Firebase server timestamp" is only available for when the database is created or updated. serverTimestamp() ) docRef. But if you just log it in the console it returns "ServerTimestampTransform". serverTimestamp but I am not sure where to find this. createdAt: firebase. What have you tried so far? Oct 25, 2021 · For an up to date sample, see the documentation on adding a server-side timestamp, which contains this snippet. For both cases, published rules should work OK. serverTimestamp() Jul 6, 2018 · I have stored "dates" in firestore using firestore. FieldValue. Current Time . serverTimestamp() as the value to an arrayUnion since that function does not return a timestamp but a sentinel to be used in a set() or update(). SERVER_TIMESTAMP in firestore, but when I take this document and do. 0 which now has FieldValue. Option 2: Use a timestamp sentinel: db. Jul 28, 2020 · This method works for a cloud function using python 3. Here's a simple structure for your data: logs/{timestamp} log: ‘log message’ severity: ‘log level’ time: firestore. For example, if I have a User class: Jan 16, 2019 · There is no reliable way to calculate the difference between a local time and server-side time in Firestore. Below is my code. Oct 2, 2023 · Creating the Firestore Collection Now let’s create the Firestore Collection in FlutterFlow. In order to do that you need to get the actual timestamp class value. Firestore Rules. This option is available when the Source is set to Global Properties. constants. Remove Widget In the Widget Tree 💡. In my Model, I have also created the respective fields like so. Is there any way to save only the date part with Firebase server timestamp? Code: Sep 17, 2024 · Firestore Rules: rules_version = '2'; service cloud. I would like to show on my Applicatio Jun 11, 2024 · Hi everyone, I'm currently facing an issue with converting a DateTime stamp received from the backend into a more formatted string in Flutter. g. Firestore security rules are essential in safeguarding your Firebase data from potential malicious users. Oct 11, 2023 · Unfortunately, when you create a new user you get automatically logged in. accesses. The timestamp type is to convert the current time of the server to UTC (world time) for storage. 3 days ago · Cloud Firestore allocates document IDs using a scatter algorithm. Oddly, on iOS you can indeed just use a . If you want to act as an administrator and create logins for your users within the Flutter flow app. serverTimestamp() return a static token value object, not a date. Apr 25, 2018 · @PacoZevallos new Date() is the current timestamp of your client machine (the user's browser) while firebase. You'll therefore want something like: allow create: if request. Manage code changes Firestore integration with FlutterFlow makes it much simpler to manage cloud data across devices without worrying about syncing, allows real-time updates, and offers offline support out of the box. I've stuck at the Test Mode for quite a while right now. 7. time; For serverTimestamp() this should evaluate to true. Click on the Firestore tab, then click Create Collection. A popup will appear; enter the collection name as ' messages. That means there is no way to convert FieldValue. update({array: firebase. // Update the timestamp field with the value from the server val updates = hashMapOf<String, Any>( "timestamp" to FieldValue. If you log it, it will be empty. I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue. To convert this to a regular date object, you can call the toDate() method on it. arrayUnion({ message, times Jan 7, 2024 · For this I created an "event" MAP which collects all the added and existing events in the database. snapshots(), But neither does this do the ordering correctly. The LowCode-plattform Flutterflow offers the possibility to use "Custom Functions" - and with this I want to get the value of the field "datum_ablauf" when handing over the DocumentReference to the function. Apr 15, 2021 · You can display the timestamp as date by using the firestore TimeStamp class Timestamp stamp = _data['selectedDates'][index]; DateTime date = stamp. A popup will appear, Enter the collection name and click Create Button. Asking for help, clarification, or responding to other answers. serverTimestamp() in the Admin SDK: admin. you can set Firestore document arguments type to int Feb 14, 2018 · You can access the current request timestamp in Security Rules using the request. Ottieni Write better code with AI Code review. await messageRef. It contains also support for enum serialization. This causes the chat screen to go white before updating the screen for about 1 second. I'm aiming to display the date as "June 10th, 2024". Oct 26, 2018 · Firestore is returning a Timestamp object, which consists of seconds and nanoseconds. Just make sure timestamp is a number type and not a string. Provide details and share your research! But avoid …. These rules not only enhance security but also give you control over data access within your application. Reference for Timestamp. Jan 17, 2024 · "Variable uses "date" field created with "Firestore Server Timestamp". – Here's how you upload the CSV file: Select the Collection and click the Upload CSV button (see top right side). True server timestamp can only be computed on the server as a result of a document write where the serverTimestamp() token is provided as the value of a field (not as the element Oct 10, 2021 · But Date. See, in your UserLight class the timestamp field is of type long, which is basically a number while in the database is of type Date or Timestamp. Aug 12, 2024 · I am trying to convert Firestore timestamp to Local Date , Time & Timezone. Timestamp Jul 2, 2020 · I use timestamps to track when something was created in my game, by using the default timestamp that comes with the library as shown here. Those tokens are evaluated on the Firestore server at the time a write happens. Enabling Firestore Batch Write. I saw a great post from the legendery Frank von Puffen but I didn't really understand that, so I wonder if somebody could help me out on this. SERVER_TIMESTAMP]}) It throws. It will ask if you want to use a template, and you can choose the product template. – Jan 14, 2019 · Issue FieldValue serverTimestamp inside arrayUnion isn't working. Dealing with Firestore Timestamps If we try to assign the value of a Timestamp field of a Firestore collection as Firestore Server Timestamp (Value Source), the serialization fails as it tries to parse the FieldValue as a DateTime object. update({ u"mylist": [firestore. from firebase_admin import firestore, credentials as _cred # setup client here firestore. timestamp) that is currently being written, is at least 5 seconds. Nov 16, 2023 · Hi Everyone, I'm new to our FlutterFlow community. Apr 3, 2024 · Now to view the data, user has to select a date from an dropdown, (the list of drop dates is created using unqiue date values from the firestore collection), and upon selection of the timestamp, the count of all entries should be displayed. We hope this blog post has made the basic Firestore concepts clear for you and will help you to get more confident while using Firestore in your apps. collection("Questions") . Mar 1, 2021 · // expired_at: coupon expiration timestamp // request. Here is my problem: When I add an event, it is displayed perfectly as in the screen above. firestore. serverTimestamp() }) A timestamp sentinel is a token that tells the firestore server to set the time server side on first write. dart'; class Item with Change Notifier { // other fields excluded for brevity @JsonKey(fromJson: timestampConvertFromJson) late DateTime createdAt; static DateTime timestampConvertFromJson(Timestamp timestamp) { return timestamp. After Google Cloud outage this afternoon, the server seems remain down at this point. resource. serverTimestamp() saves it as the exact date and ServerValue. Nov 10, 2022 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. import { updateDoc, serverTimestamp } from "firebase/firestore"; const docRef = doc(db, 'objects', 'some-id'); // Update the timestamp field with the value from the server const updateTimestamp = await updateDoc(docRef, { timestamp: serverTimestamp() }); Current Issue If we try to assign the value of a Timestamp field of a Firestore collection as Firestore Server Timestamp (Value Source), the serialization fails as it tries to parse the FieldValue as a DateTime object. Flutter is able to generate JSON serialization code. doc(). Trigger action on data change Sometimes, you might want to trigger an action whenever the data changes inside the collection. The timestamp will be set to the client time, not the server time. collection("messages"). It will just store a number computed fully at the client-side, representing current clident-side timestamp increased by 5000 ms. 2 Flutter issue: type 'Timestamp' is not a subtype of type 'DateTime' 4 Flutter Cloud Firestore convert serverTimestamp to Sep 24, 2021 · datetime is to store the current time zone of the server. serverTimestamp() to a timestamp on the client. – I cannot use Firestore server timestamp when creating a new document Run; Run your app with confidence and deliver the best experience for your users Sep 11, 2020 · I would expect to get a timestamp back, but theoreticaly it makes sense, that the listener fires with a null value since we dont know the server timestamp locally. Click Select File and upload your CSV file. FieldValue. Sep 15, 2019 · When you read a timestamp from a document in Cloud Firestore you get back a Timestamp object. Feb 24, 2021 · You can't use FieldValue. Nov 8, 2023 · The current solution is to have an action write to the user's collection (I'm using login_time) with the Firestore Server Timestamp and then reference that field as an argument in the custom function. Is there any way to use server timestamp when doing a write operation ? Jan 17, 2019 · This will return your Firestore timestamp in the dart's DateTime format. It doesn't contain the actual timestamp. Apr 12, 2018 · There is a way to add server timestamps in firebase-admin python sdk? I try: firestore. with the DateFormat class as shown in Date Time format in Flutter dd/MM/YYYY hh:mm To enable Firestore batch write, you must have multiple Firestore any combination of actions; inside the action editor, at the top right side, enable Batch Firestore Writes. time(0, 0, 5, 0) Firestore queries must guarantee the above rule, so new Date() must be in the future than 5 seconds before server time. I am assuming you have already followed FlutterFlow documentation on connecting your firebase project. Outside arrayUnion everything works fine. This means at the time of document creation, the client-side data object will not have the actual timestamp value. Jan 8, 2024 · Flutterflow handles Firestore timestamps correctly when the data is fetched from Firestore with the usual call action. With Firestore rules, you can enforce restrictions, ensuring that only authorized users can interact with specific data. firestore {match /databases/{database}/documents {match /customer_subscription/{document} May 3, 2019 · Now, get the timestamp from Firestore. (Just like Timestamp. The Current Time property allows you to retrieve the current date and time. itemCount: Note: When using serverTimestamp(), the actual timestamp value is set by the Firestore server after the write operation completes. ServerValue. Per Doug's comment: It's important to note that the above implements a per-document write limit, and not a per-account limit. 8. Sep 5, 2018 · Second, the Timestamp object methods that should be available on Timestamp typed fields in a document are broken. Jan 30, 2024 · I haven't worked on my project in a while, so after updating firestore to the latest version I'm running into an issue with the server time stamps I had been using. snapshots(); Now Access your timestamp using the following: `Timestamp timestamp = document['timestamp']; Finally, display the result in the app. toDate(), the value returned is in the server timezone which happens to be UTC. And then you can format that Date object in any way you'd usually do, e. Sep 24, 2021 · The Timestamp. set({ts: firebase. Oct 24, 2017 · How do I get the server timestamp in Cloud Functions for Firebase with Firestore?. Aug 10, 2019 · I'm trying to write a DateTime to Cloud Firestore as a Timestamp and it doesn't work if I try to add a List<String, dynamic>, the date just shows up as a String value in Firestore. timestamp == request. serverTimestamp()}); but how can I store its unix timestamp as a number inst Jul 11, 2018 · To get an estimate of the server time, simply write a document with a field that contains the server time sentinel token as a value, then immediately read the document back and look at the Timestamp that the server actually wrote. SERVER_TIMESTAMP but lets say I wanted to compare this to a normal datetime like so Feb 15, 2020 · Timestamp. Then delete the document, of course. What is a NoSQL Database I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue. There is no way to specify an offset for this operation. It would also be confusing if the listener would just return the local date time, since i dont know if i can trust the validity of it :/. To create index best way is to search FAILED_PRECONDITION: in Android Studio logcat and you will see a link just follow that link and create index. Firestore’s timestamps use nanosecond precision, whereas Javascript datetimes use millisecond precision: import Sep 14, 2018 · This is not a "secure" way of generating a timestamp, as the client app is actually free to provide any timestamp value it wants, not specifically a server timestamp. Build; Get to market quickly and securely with products that can scale globally Oct 29, 2017 · Before, Firestore was saving Timestamp as a Date, however as described here in the docs the will be replaced soon by a Timestamp object. They are of type Timestamp. Enable "Cloud Storage for Firebase API”. You should not encounter hotspotting on writes if you create new documents using automatic document IDs. Jul 6, 2021 · I want to get the date from the Firestore server for consistency, and not from the device. However, Firebase-Admin requires a server. Current Behavior. toDate() and it works. Is it possible to somehow implement server side pagination? Apr 24, 2017 · Just to clarify for future readers: admin. I see I am supposed to use FieldValue. instance . data. database. This is a great way to show when a user last logged in, or when a post was created. Example: Sep 19, 2018 · I just updated my cloud_firestore library to 0. instance. It works well when I add new entries to the Database one at a time. It's a flexible, scalable, NoSQL cloud database. serverTimestamp() encodes a token into the document field that gets translated into a timestamp using the clock on Google's servers whenever the write operation is received (not at the time it was issued from the client). Click on the Firestore from the Navigation Menu (left side of your screen). mefmbq rmxpq inxd kfq vta aji trkn zaiv gbnhru hrrbbl
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}