Stripe firebase extension. Firebase Extensions----1.

Stripe firebase extension. Mar 11, 2023 · Bug report Extension name: [e.
Stripe firebase extension Configure the extension with these settings: Ensuring you're using the users collection that we set-up earlier for the Customer Details and subscriptions collcetion option, where users that sign up are automatically created a document within this collection. Jun 24, 2018 · Create a new Firebase project. Firebase is a no-code backend framework popular among front-end developers and those building quick MVPs. Ask Question Asked 3 years, 10 months ago. We were creating a stripe ID automatically in firebase when a new user was created, then simultaneously telling stripe to create a new customer (and thus it created another separate stripe id for that customer in the stripe database). 1. Jan 5, 2025 · Understanding Firebase and Its Users. ts file to the root of the project, importing some module and do some logic, then reload the extension on your browser. 1 to 0. Jul 13, 2021 · In this video, we'll set up subscription payments using Next. Mar 29, 2023 · Run Payments with Stripeの使い方. stripe-firebase-extensionの初期設定は下記記事を参考にしました。 丸投げで大変恐縮ではありますが手順通り進めていけば問題なく導入することができるので是非試してみてください。 Mar 6, 2023 · I am using the Run Payments with Stripe extension and I have a couple webhooks set up including checkout. 0", Configuration values (redact info where appropriate): _ _ [REQUIRED] Step 3: Describe the problem When I cr Want to collect monthly payments from your app or online business?In this project, we will implement a monthly subscription payment system for our NextJS web Likewise to add a content page, add a content. subscription. Stripe’s products and features allow companies to accept online payments, but offer other reasons to integrate as well. For this to be useful to Firebase users the "subscribe" buttons need to be connected to a callable functionn that can link the Stripe customer with the current logged in Firebase Jun 8, 2021 · New Extensions. You can also choose to delete the user's document when the user is deleted from Firebase Authentication. Once the Invertase version is available, we’ll follow up in this issue and update the readme. There are no other projects in the npm registry using @stripe/firestore-stripe-payments. firestore-stripe-payments] Describe the bug I have upgraded from 0. Down Below is my Firebase. NOTE: Why do we need Blaze plan for the project. By leveraging Firebase’s powerful tools like Cloud Functions, Conheça o Extensions Hub Saiba como instalar uma extensão Saiba como criar sua própria extensão. Commented Sep 11, 2022 at 20:00. This repository contains the source code for Firebase Extensions that enable payment functionality. JS, Firebase, and Stripe. I already have Firebase setup but don't know where to go from here. I started off the extension installation by setting the firebase. Find the link to the extension's source code in the Firebase Extensions source repository. Some of them are visible in the customer portal but some others are not. Oct 9, 2022 · StripeのFirebase Extension、Run Payments with Stripe。 Firebaseで作ったアプリにかんたんに決済機能をつけることができて、すごく便利ですよね。 Linking customers UID and stripe id is done by the extension. One such extension is “Run Payments with Stripe”, which facilitates Stripe integration with Firebase. Aug 11, 2020 · 2 Firebase projects; 1 Stripe account; 1 React project; Firebase configuration. This is an example web client for usage with the Stripe Subscriptions Firebase Extension. github","contentType":"directory"},{"name":"codelab-steps","path":"codelab Feb 23, 2022 · stripe-firebase-extensionの初期設定. Extension name: firestore-stripe-subscriptions; Describe the bug. ) to the checkout_session document. Follow the steps to set up a project, configure the sample app, and deploy it to Hosting and Cloud Functions. Isso significa que a funcionalidade pode mudar de maneiras incompatíveis com versões anteriores ou ter suporte limitado. This app requires a user to be able to purchase two types of subscription products: A membership subscription allowing access to the app in general. We manage multiple products in Stripe. Creates a new Stripe checkout session with the given parameters. At Google I/O this year, we announced the following new Firebase Extensions: Search with Algolia Nov 26, 2020 · This would unlock the full capabilities of the Stripe Checkout Sessions API without having to manually add support in the Firebase extension for each feature. The extension says the following on how to create a subscription. collection("users") . Jan 14, 2021 · I have added the Firebase 'Run Subscription Payments with Stripe' extension to my Firebase project and have gotten it to work to process the payment of a single subscription, but the app I'm building will sell many different subscriptions and the user needs to be able to purchase several at the same time. Checking active subscriptions is easy, the extension has sample code you can reference. 6, last published: 3 years ago. In this section Dec 23, 2023 · Firebase Stripe Extension: No such payment_intent, a similar object exists in live mode, but a test mode key was used to make this request. Aug 25, 2023 · For the past hour I've been trying to install the Firebase Extension for Stripe Payments, and unfortunately it keeps failing to deploy the required resources. Stripe Connect Express Webhook - How to get Stripe webhook to fire once user has Jan 17, 2021 · I have set up my Firebase project with the 'Run Subscription Payments with Stripe' Firebase extension and everything is working well. When you are in the Firebase Dev Console and click on Extensions > Stripe Extension Manage Button > Extension Configuration Sep 1, 2020 · For what I can see the sessionID is extracted from the snap. 0. Setup firebase project with Blaze plan. Client SDK for the firestore-stripe-payments Firebase Extension. g. Extension creates a doc titled as the UID and includes the users stripe ID as a field. Mar 11, 2023 · Bug report Extension name: [e. Aug 7, 2020 · Extension name: [e. session. 2 When I try to build and deploy my firebase project it generates errors related to the stripe extension. Once deployed, they require no maintenance. I was hoping for the creation of another extension that allows for easier one-time payment processing. Creates Stripe Checkout Sessions to start subscriptions for your customers. You'll need a Stripe account set up. Create a test clock object directly with the Stripe API. Uma versão Beta não está sujeita a SLAs ou a políticas de descontinuação. This will take you to the Firebase Console, where you can then select the project you’d like to install this extension in. A change in one Firebase product can trigger an extension to perform its task, even a task using another product. This extension also uses the following third-party services: Stripe Payments (pricing information) Stripe Billing (when using subscriptions. I'm integrating Stripe for subscriptions to my app. image of installing experimental Jun 8, 2022 · However, for Firebase projects specifically (which would be best suited using this extension), in addition to being a big efficiency loss, I feel this is a deviation from the "Stripe way" (i. First, let’s create a new user through Firebase authentication: The Stripe extension will automatically sync this user with Stripe and update the Firestore customer’s document with the newly generated StripeId. That's the reason why we Oct 19, 2021 · Feature request Extension name: firestore-stripe-subscriptions Describe the solution you'd like Support for trials. firestore-stripe-payments] Describe the bug I got this error: Uncaught (in promise) Error: Service firestore is not available when I trigger this function const _getProducts = useCallback(async (): Promis Jan 15, 2023 · Bug report Extension name: [e. When you create or update your product and price information in the Stripe Dashboard these details are automatically synced with your Cloud Firestore, as long as the webhook is configured correctly as described above. Web Development. DEV running off the local Firebase emulator (demo_myAppName) TEST (myAppName-test) & PROD (myAppName) whi It was a long week for me too lol. Google’s Firebase lets you develop mobile and web apps without managing infrastructure and Firebase Extensions can automate common tasks to save you time. The Stripe Firebase Extension accept subscription payments in your application with ease. createToken or similar to convert raw card details into a reference token. Nov 17, 2020 · I believe there is an existing package that you can use to implement this kind of function. But what if your users already have a database of messages when they install the extension? Firebase Extensions has a feature called lifecycle event hooks that you can use to trigger actions when your extension gets installed, updated, or reconfigured. 191. completed and customer. The Stripe Flutter SDK allows you to build delightful payment experiences in your native Android and iOS apps using Flutter. For further guidance, visit our Documentation Bug report Extension name: firestore-stripe-subscriptions Describe the bug When Stripe checkout is completed at least two customers with the same email address are created in Stripe. updates. Is there any event that is generated by that extension that can trigger a cloud function, suc Jun 23, 2023 · Run Subscription Payments with Stripe Firebase Extension Webhook Not Firing. assign(url) Apr 12, 2023 · I have an Angular frontend app that is configured to run across 3 backend environments. Initially created This package helps you integrate your web app client with the firestore-stripe-payments extension. The document is populated with fields that you select from the user record. collectio Mar 3, 2023 · I just setup Firebase Stripe Extension for my Web App. e. rules like they said in the tutorial: This is an example web client for usage with the Stripe Subscriptions Firebase Extension. Running the extension will still access those live services and may result in billing costs. Be sure to review extension descriptions carefully before evaluating them, so you understand billing impacts. memory-lovers. To learn more about Firebase Extensions, including how to install them in your Firebase projects, visit the Firebase documentation. I encounter a cors problem when i want to open a customer portal using a cloud function. To Reproduce Steps to reproduce the behavior, please provide code snippets or a repository Creates a document in a specified Firestore collection whenever a new user is created in Firebase Authentication. 862. May someone might be able to help me d Stripe. data() and should be added in the firebase document via a webhook by Stripe. Mar 3, 2021 · Stripe firebase extension, listen to invoices collection in collection group. Nov 21, 2021 · What i'm trying to do is use the Firebase Stripe extension inside of my web app but I don't know how to go about doing so. redirectToCheckout is deprecated and shouldn't be used; Also, you're handling the redirection in your firebase function when you call window. 5K Followers If set to 'Sync', the extension will create a new customer object in Stripe and add a new doc to the customer collection in Firestore when a new user signs up via Firebase Authentication. 0. Keep the Stripe dashboard open because you'll need it soon. Published in Firebase Developers. Modified 3 years, 10 months ago. Apr 15, 2023 · I am trying to build an app in vue 3 with Firebase and the stripe extension. FirebaseのExtensionsからRun Payments with Stripeの管理画面に移動し、「この拡張機能の動作」を見てみると、サンプルコードが記載されています。 いくつか試してみます。 Sep 1, 2021 · I'm integrating Stripe with firebase and firestore using the Run Subscription Payments with Stripe extension. – Dharmaraj. Building an extension on Stripe consists of four steps: Configure OAuth and specify a Jan 27, 2021 · To install an experimental extension, navigate to the extension’s README file in the Firebase Experimental Extensions repo on GitHub, and then click on the Install on Firebase button. Sync your Stripe payments with Firebase Authentication and Cloud Firestore to control access to paid content. FireStore collections not being created / updated upon reconfiguring customers / products in Extension config. With Firebase Extensions, you can leverage existing solutions solve business problems with integrations from industry leaders such as MessageBird, Algolia, Mailchimp, and Stripe. A test mode key looks like rk_test_12345 , whereas a live mode key would be rk_live_12345 . Also checkout this answer about Stripe and CFs. it uses the stripe js package to generate a link, using the stripe. doc(currentUser) . The pricing table is a dangerous feature. This extension uses the following Firebase services which may have associated charges: Cloud Firestore; Cloud Functions; Cloud Secret Manager; Firebase Authentication; If you enable events Eventarc fees apply. but the code I use, Nov 27, 2023 · I am wondering if it is currently possible to create free trials with the firebase stripe extension const sessionRef = await addDoc( collection(db, "users", user. location. Start using @stripe/firestore-stripe-payments in your project by running `npm i @stripe/firestore-stripe-payments`. In the extension's extension directory, you can view this detailed information in the README. net core and react but recently A fellow friend needed help with firebase and stripe Repository of Firebase Extensions built by Stripe. 2. JavaScript. In addPaymentSource that token you see is likely the token that was created on the client using stripe. Am I supposed to setup Stripe in my app separately? Or use the Firebase SDKs? I'm using the Nextjs framework. Now lets head over to our terminal and create a new directory for our project. Dec 17, 2021 · After that, a stripe extension in firebase adds all the additional information (ephemeral keys, stripe customer key etc. Let's set up Stripe to accept recurring payments (subscriptions) and access the customer portal. Everything goes fine. I am working with asp. When Sync New Users is set to "Do Not Sync", two custo Jan 9, 2025 · The extension you've written so far processes messages as they are created. Jun 5, 2020 · Hey Rory! The Publishable key is set on the client for working with Stripe. Dec 12, 2021 · For all other scenarios you can use the stripe-android, stripe-ios, stripe-react-native, or flutter_stripe SDKs. When you look at your installed extension in the emulator UI you should be able to see the functions for the extension under "APIs and resources". Jan 18, 2023 · Image 1: Stripe dashboard secret and publishable key. I can give you some more info if it helps I have 2 firebase functions, a onCall that is called by client to create a stripe session. After additional data is written, i want to navigate to the checkout page and then initialize and open paymentSheet in react native as it is indicated in the official stripe tutorial Oct 14, 2022 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. flutter_stripe:. Current documentation suggests: . It's the easiest way to get started with strip Feb 4, 2024 · Stripe-Firebase Extension. uid, " Nov 26, 2022 · I'm using the Stripe extension in Firebase to create subscriptions in a NextJS web app. - invertase/stripe-firebase-extensions May 3, 2022 · I am working on a React app that uses the Firebase Firestore Stripe extension to allow customers to purchase digital products. This blog post aims to walk you through these updates, including support for the flow_data parameter in the createPortalLink function, creating Stripe customers on-the-fly with portal links and customisable payment methods options when making payments. Edit: I've just submitted a feature request for this #116 Oct 4, 2022 · The extension does not offer a direct test clocks integration, however it could work:. $ mkdir stripe-webhooks $ cd stripe-webhooks. Creates a document in a specified Firestore collection whenever a new user is created in Firebase Authentication. paymentLinks. 3 days ago · Note: Some extensions may call Google Cloud APIs and access services for which emulators do not exists in the Local Emulator Suite. Extensions can respond to events generated by the Firebase products that you already use in your app. Creating a document under customers Oct 1, 2022 · How to finalise one-time payment summary with Firebase Extension "Run Payments with Stripe" on a ReactJs website. It is the fastest way of integrating Stripe payment into the app with Firebase. Latest version: 0. js file setup Feature request Describe the solution you'd like I love the ease of use and functionality of the Stripe Subscriptions extension. Step 2: Install an Jul 29, 2020 · Firebase Extensions: We rolled out two official Firebase extensions for Stripe Billing that allow you to quickly send one-off branded invoices and run subscription payments to your web apps. To use this extension with Stripe’s test mode, set the extension’s Stripe API key parameter (during extension configuration) to use a test mode key. 7. My goal is to create a link for a returning user to edit their payments in Stripe without authenticating again ( Jun 8, 2021 · 前回の続き。 www. Aug 11, 2020 · I added in the Stripe Subscriptions extension to my Firebase/Vue application so I can manage subscription plans for my customers, but I'm having problems with what I believe is the Stripe webhook. It works as the backend for your stripe payment, so don’t need to think about the backend now!! {"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":". Jul 15, 2024 · Starting point for a web app to use the stripe / firebase extension #618 opened Mar 30, 2024 by fedex1 Please allow a way to update or re-sync firestore customers collection customer object with stripe dashboard 3 days ago · Browse official Firebase extensions in the Extensions Hub. Sep 4, 2023 · Official docs for the Stripe Firebase extension; Firebase. I need to be able to update the user in Firestore when they purchase a Jan 17, 2021 · I want to run a Firebase cloud function everytime a user is charged by Stripe's subscription extension. on the Stripe developer console, I can click a toggle button and instantly switch between live mode and test mode; but for this extension, I've got to Dec 31, 2022 · I'm not really an expert in firebase extension but I noticed a couple of things here: As you mentioned stripe. We are excited to announce many new features and improvements to the Firestore Stripe Payments Extension. To Reproduce. We then need to install the firebase Aug 10, 2020 · 次に別窓で開いているfirebase extensionsに戻って、「拡張機能の構成」画面からextensionを再構成します。 「拡張機能を再構成」を押下。 コピーしておいたwebhookの署名シークレットを「Stripe webhook secret」に貼り付けして、「シークレットを作成」を押下した後に Apr 3, 2023 · Note that once the transfer is complete, you’ll have to uninstall the stripe/firestore-stripe-payments extension from the Firebase Extension Hub and install the Invertase version to get any updates. blog インストールしてサンプルが動かせたけど、 どうなってるかわからないので、もうすこしドキュメント見てみる。 とりあえず、FirebaseコンソールのExtensionsにある 「この拡張機能の動作」を見ていく。 前回までで「Configuring the extension」を見ながら進めたので Nov 28, 2020 · How about you create a small blog post or maybe a tutorial to just integrate stripe api and once payment is done maybe add in a value of true inside firebase database. For Stripe to automatically bill your users for recurring payments, you need to create your product and pricing information in the Stripe Dashboard. ; Create a Customer object, passing the test_clock parameter. create method. Firebase Extension #. To sync a user's subscription details to Firestore, I installed this Run Payments with Stripe extension on Firebase. Basically it helps us synchronize Stripe data with Firebase Firestore. Click an extension's card to: Display the detailed information for the extension. Follow. You’ll also have access to the Stripe dashboard. Jun 25, 2024 · Integrating Stripe with Firebase allows you to create a seamless and secure payment experience in your app. Stripe provides us with a Firebase extension, we're going to enable that. Learn how to install, customize, and use this extension for web, Android, iOS, or React Native platforms. User must be currently signed in with Firebase Auth to call this API. Dec 10, 2020 · Bug report Extension name: firestore-stripe-subscriptions Describe the bug While attempting to upgrade the extension to 0. If set to 'Do not sync' (default), the extension will create the customer object "on the fly" with the first checkout session creation. Using Firebase's "Run Subscription Payments with Stripe" Firebase exte Mar 21, 2022 · Aprende cómo crear una tienda e-Commerce con Firebase y Stripe en cuestión de minutos #react #firebase #stripe #ecommerce💾 CÓDIGOEste tutorial https://git Apr 11, 2023 · As you might know, the Stripe payment extension for Firebase does the following: Creates a products collection that gets filled with products managed in Stripe. Firebase Extensions é uma versão Beta. React + Firebase + Stripe without firebase stripe. Introduction. Provide details and share your research! But avoid …. Jan 9, 2025 · Learn how to use Firebase features and Stripe to process payments in your web app without a server. I'm curious what the possible use case for creating a paying Stripe Customer that's not connected to a user account might be. Companies like Baremetrics and Segment build on top of Stripe to provide their services to Stripe accounts with a Standard dashboard. . ;This is what the Firebase extensions documentation says: "To subscribe the user to a specific pricing plan, create a new doc in the checkout_sessions collection for the user. Jul 13, 2021 · The next step is to upgrade your project to the Blaze Pay as you go plan, and set up a quick budget alert. But I am struggling to add few custom functionality. If you have set up thing correctly using the Stripe integraton extention plugin there should be for now a set of informational log Sep 11, 2022 · Checkout Firebase Stripe Extension that'll save some time. I am a total noob with firebase and stripe . 1. firestore-stripe-subscriptions] Describe the bug. When a user subscribes to the service I need to be able to decode the JWT and see if they are subscribed or not through a custom claim. github","path":". In this Stripe tutorial we'll be using Firebase Functions to generate a Stripe Checkout session for payment processing in your website!Thank you for watching Once your Stripe account has been verified, ExtensionPay automatically integrates Stripe payments into the extension we created above. You should look into the stripe extension claim role system and perhaps the generic claim system for firebase. Features: Renders product and pricing details from your Cloud Firestore. The Stripe Webhook sends updates regardless, causing errors (Firebase Function logs, ext-firestore-stripe-subscriptions-handleWebhookEvents): Discover how to build a web-based coffee retail app with fully functional ecommerce features using Firebase products including Firestore, Authentication, and Jun 3, 2022 · When you run firebase emulators:start, you should get back a link to the emulator UI. 3. Jun 1, 2023 · I've a web app (React) which uses Firebase as the backend. Before we can open our new gym, we need to test payments. What is Firebase Stripe Extension? Firebase Extensions are pre-packaged solutions that help you deploy functionality to your Firebase application. Returned session contains a session ID and a session URL that can be used to redirect the user to complete the checkout. Stripe Firebase Extensions \n. I want to add some token balance for every successful subscription. js to tokenize payment details. In-order to install stripe extension to our Extensions are open-sourced and built on Firebase and Google Cloud products you already know. Stripe. you can add a map of metadata to the stripe payment session which can hold any other data you want like userIDs Sep 8, 2020 · The cloud function that the Stripe Firebase Extension creates is now called: ext-firestore-stripe-payments-createPortalLink. Asking for help, clarification, or responding to other answers. There is no sessionsID in the document to be found. Deployment and configuration of an extension are performed in the Firebase console or the Firebase CLI. Aug 29, 2020 · Bug report firestore-stripe-subscriptions Describe the bug The webhook is failing on checkout. Any payments in your extension (outside of test mode) will show up here and you can do all the normal things like look up customers and issue refunds. Dec 27, 2021 · [REQUIRED] Step 2: Describe your configuration Extension name: firebase-stripe-extension Extension version: "stripe": "^8. Moreover, it provides type definitions for all the common object types that are used In this episode, we walk you through every step of integrating the new Firebase Stripe Subscription extension. It offers various plug-and-play extensions for seamless service integration. 8, the upgrade process fails and leaves the extension in an unusable state. For simplicity, we are going to use Javascript based on the code examples provided in the Stripe Firebase Extension. It abstracts out all the typical Firestore queries, and other database interactions necessary to use the extension. Firebase Extensions----1. So that last line links to the flutter_stripe SDK you also mention, and recommends using that for use-cases not met by the Stripe Extension for Firebase. 3 days ago · Integrates the Firebase platform: Extensions can fill that missing piece of your existing architecture. Our issue was internal, not a bug in the SDK. completed and I was wondering how I could post the job object to Firestore only after Aug 23, 2022 · In firebase, go to `Build`, `functions` and select the logs tab. Created and tested by Stripe, these official Stripe Firebase extensions are reliable and secure. rbhcoum dvekd nsljda qmu cpx fajr yvzyi nzevctor pshfu jwlpew
{"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"}