diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6bbe86ef..97aee98c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ information on using pull requests. ## Report an issue -Report all issues through GitHub Issues using the [Report a Bug](https://github.com/stripe/stripe-firebase-extensions/issues/new?template=1.Bug_report.md) template. +Report all issues through GitHub Issues using the [Report a Bug](https://github.com/invertase/stripe-firebase-extensions/issues/new?template=1.Bug_report.md) template. To help resolve your issue as quickly as possible, read the template and provide all the requested information. @@ -23,7 +23,7 @@ To help resolve your issue as quickly as possible, read the template and provide We welcome all feature requests, whether it's to add new functionality to an existing extension or to offer an idea for a brand new extension. -File your feature request through GitHub Issues using the [Feature Request template](https://github.com/stripe/stripe-firebase-extensions/issues/new?template=2.Feature_request.md). +File your feature request through GitHub Issues using the [Feature Request template](https://github.com/invertase/stripe-firebase-extensions/issues/new?template=2.Feature_request.md). ## Create a pull request diff --git a/README.md b/README.md index bf8f1440..82740fc1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # UPDATE 2023-10-08: -This project has now being officailly transferred to [Invertase](https://github.com/invertase), who will maintain this extension going forward. Please see [this issue](https://github.com/stripe/stripe-firebase-extensions/issues/524) for more details. -It is now reccomended to uninstall the `stripe/firestore-stripe-payments` extension and install `invertase/firestore-stripe-payments` from the Firebase Extension Hub. +This project has now being officially transferred to [Invertase](https://github.com/invertase), who will maintain this extension going forward. Please see [this issue](https://github.com/invertase/stripe-firebase-extensions/issues/524) for more details. +It is now recommended to uninstall the `stripe/firestore-stripe-payments` extension and install `invertase/firestore-stripe-payments` from the Firebase Extension Hub. -Alternativley, you can also use the following link to convert your current installation to the Invertase version +Alternatively, you can also use the following link to convert your current installation to the Invertase version `https://console.firebase.google.com/project/_/extensions/install?instanceId=STRIPE_EXTENSION_INSTANCE_ID&ref=invertase%2Ffirestore-stripe-payments@0.3.5` @@ -19,8 +19,8 @@ Each directory in this repo contains the source code for the extension and a REA This repository includes the source code for the following extensions: 1. Stripe backend for web, mobile, and subscription payments - - [Homepage](https://firebase.google.com/products/extensions/firestore-stripe-payments) + - [Homepage](https://extensions.dev/extensions/invertase/firestore-stripe-payments) - [Source code](./firestore-stripe-payments) 1. Send invoices using Stripe - - [Homepage](https://firebase.google.com/products/extensions/firestore-stripe-invoices) + - [Homepage](https://extensions.dev/extensions/invertase/firestore-stripe-invoices) - [Source code](./firestore-stripe-invoices) diff --git a/codelab-steps/index.lab.md b/codelab-steps/index.lab.md index b090874c..2e6d6bef 100644 --- a/codelab-steps/index.lab.md +++ b/codelab-steps/index.lab.md @@ -6,7 +6,7 @@ authors: Thor 雷神 Schaeff (Stripe) & Jeff Huleatt categories: Firebase tags: web,stripe,tag-firebase,extensions duration: 19 -feedback link: https://github.com/stripe/stripe-firebase-extensions/issues/ +feedback link: https://github.com/invertase/stripe-firebase-extensions/issues/ --- # Add subscription payments to your web app with Firebase Extensions & Stripe @@ -517,7 +517,7 @@ You learned how to discover, configure, install, and reconfigure extensions. In Check out some of these other extensions: -- [Send invoices using Stripe](https://firebase.google.com/products/extensions/firestore-stripe-invoices) +- [Send invoices using Stripe](https://extensions.dev/extensions/invertase/firestore-stripe-invoices) - [Translate text strings in Cloud Firestore](https://firebase.google.com/products/extensions/firestore-google-translate/) - [Add new users to Mailchimp email lists](https://firebase.google.com/products/extensions/mailchimper/) - [Shorten URLs](https://firebase.google.com/products/extensions/firestore-shorten-urls-bitly/) @@ -545,5 +545,5 @@ Check out some of these other extensions: **Learning the finer details about extensions:** -- View the source code and docs for the Stripe extensions [on GitHub](https://github.com/stripe/stripe-firebase-extensions) +- View the source code and docs for the Stripe extensions [on GitHub](https://github.com/invertase/stripe-firebase-extensions) - Learn about the [permissions and access](https://firebase.google.com/docs/extensions/permissions-granted-to-extension) granted to an extension diff --git a/firestore-stripe-invoices/POSTINSTALL.md b/firestore-stripe-invoices/POSTINSTALL.md index 60309937..ba9c9053 100644 --- a/firestore-stripe-invoices/POSTINSTALL.md +++ b/firestore-stripe-invoices/POSTINSTALL.md @@ -224,4 +224,4 @@ As a best practice, you can [monitor the activity](https://firebase.google.com/d Access the [Stripe dashboard](https://dashboard.stripe.com/) to manage all aspects of your Stripe account. -Enjoy and please submit any feedback and feature requests on [GitHub](https://github.com/stripe/stripe-firebase-extensions/issues/new/choose)! +Enjoy and please submit any feedback and feature requests on [GitHub](https://github.com/invertase/stripe-firebase-extensions/issues/new/choose)! diff --git a/firestore-stripe-invoices/extension.yaml b/firestore-stripe-invoices/extension.yaml index 2896dc1c..fa337186 100644 --- a/firestore-stripe-invoices/extension.yaml +++ b/firestore-stripe-invoices/extension.yaml @@ -24,8 +24,8 @@ tags: [payments] license: Apache-2.0 -sourceUrl: https://github.com/stripe/stripe-firebase-extensions/tree/master/firestore-stripe-invoices -releaseNotesUrl: https://github.com/stripe/stripe-firebase-extensions/tree/master/firestore-stripe-invoices/CHANGELOG.md +sourceUrl: https://github.com/invertase/stripe-firebase-extensions/tree/master/firestore-stripe-invoices +releaseNotesUrl: https://github.com/invertase/stripe-firebase-extensions/tree/master/firestore-stripe-invoices/CHANGELOG.md author: authorName: Stripe diff --git a/firestore-stripe-payments/POSTINSTALL.md b/firestore-stripe-payments/POSTINSTALL.md index 186e0387..5a2a1255 100644 --- a/firestore-stripe-payments/POSTINSTALL.md +++ b/firestore-stripe-payments/POSTINSTALL.md @@ -1,6 +1,6 @@ ### Client SDK -You can use the [`@stripe/firestore-stripe-payments`](https://github.com/stripe/stripe-firebase-extensions/blob/next/firestore-stripe-web-sdk/README.md) +You can use the [`@invertase/firestore-stripe-payments`](https://github.com/invertase/stripe-firebase-extensions/blob/next/firestore-stripe-web-sdk/README.md) JavaScript package to easily access this extension from web clients. This client SDK provides TypeScript type definitions and high-level convenience APIs for most common operations client applications would want to implement using the extension. @@ -97,7 +97,7 @@ Here's how to set up the webhook and configure your extension to use it: For Stripe to automatically bill your users for recurring payments, you need to create your product and pricing information in the [Stripe Dashboard](https://dashboard.stripe.com/test/products). 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. -The extension currently supports pricing plans that bill a predefined amount at a specific interval. More complex plans (e.g. different pricing tiers or seats) are not yet supported. If you'd like to see support for these, please open a [feature request issue](https://github.com/stripe/stripe-firebase-extensions/issues/new/choose) with details about your business model and pricing plans. +The extension currently supports pricing plans that bill a predefined amount at a specific interval. More complex plans (e.g. different pricing tiers or seats) are not yet supported. If you'd like to see support for these, please open a [feature request issue](https://github.com/invertase/stripe-firebase-extensions/issues/new/choose) with details about your business model and pricing plans. For example, this extension works well for business models with different access level tiers, e.g.: @@ -501,4 +501,4 @@ As a best practice, you can [monitor the activity](https://firebase.google.com/d Access the [Stripe dashboard](https://dashboard.stripe.com/) to manage all aspects of your Stripe account. -Enjoy and please submit any feedback and feature requests on [GitHub](https://github.com/stripe/stripe-firebase-extensions/issues/new/choose)! +Enjoy and please submit any feedback and feature requests on [GitHub](https://github.com/invertase/stripe-firebase-extensions/issues/new/choose)! diff --git a/firestore-stripe-payments/PREINSTALL.md b/firestore-stripe-payments/PREINSTALL.md index 9e842563..85fbe3f4 100644 --- a/firestore-stripe-payments/PREINSTALL.md +++ b/firestore-stripe-payments/PREINSTALL.md @@ -27,7 +27,7 @@ For all other scenarios you can use the [stripe-android](https://github.com/stri #### Client SDK -You can use the [`@stripe/firestore-stripe-payments`](https://github.com/stripe/stripe-firebase-extensions/blob/next/firestore-stripe-web-sdk/README.md) +You can use the [`@invertase/firestore-stripe-payments`](https://github.com/invertase/stripe-firebase-extensions/blob/next/firestore-stripe-web-sdk/README.md) JavaScript package to easily access this extension from web clients. This client SDK provides TypeScript type definitions and high-level convenience APIs for most common operations client applications would want to implement using the extension. diff --git a/firestore-stripe-payments/README.md b/firestore-stripe-payments/README.md index 347da3cb..184e726f 100644 --- a/firestore-stripe-payments/README.md +++ b/firestore-stripe-payments/README.md @@ -33,7 +33,7 @@ For all other scenarios you can use the [stripe-android](https://github.com/stri #### Client SDK -You can use the [`@stripe/firestore-stripe-payments`](https://github.com/stripe/stripe-firebase-extensions/blob/next/firestore-stripe-web-sdk/README.md) +You can use the [`@invertase/firestore-stripe-payments`](https://github.com/invertase/stripe-firebase-extensions/blob/next/firestore-stripe-web-sdk/README.md) JavaScript package to easily access this extension from web clients. This client SDK provides TypeScript type definitions and high-level convenience APIs for most common operations client applications would want to implement using the extension. diff --git a/firestore-stripe-payments/extension.yaml b/firestore-stripe-payments/extension.yaml index bbccfd0e..fc60904e 100644 --- a/firestore-stripe-payments/extension.yaml +++ b/firestore-stripe-payments/extension.yaml @@ -26,8 +26,8 @@ tags: [payments] license: Apache-2.0 -sourceUrl: https://github.com/stripe/stripe-firebase-extensions/tree/master/firestore-stripe-payments -releaseNotesUrl: https://github.com/stripe/stripe-firebase-extensions/tree/master/firestore-stripe-payments/CHANGELOG.md +sourceUrl: https://github.com/invertase/stripe-firebase-extensions/tree/master/firestore-stripe-payments +releaseNotesUrl: https://github.com/invertase/stripe-firebase-extensions/tree/master/firestore-stripe-payments/CHANGELOG.md author: authorName: Invertase diff --git a/firestore-stripe-subscriptions/README.md b/firestore-stripe-subscriptions/README.md index fa054b81..3c03574b 100644 --- a/firestore-stripe-subscriptions/README.md +++ b/firestore-stripe-subscriptions/README.md @@ -1,3 +1,3 @@ # This Extension Has Moved -**firestore-stripe-subscriptions** is now **firestore-stripe-payments**, available **[here](https://github.com/stripe/stripe-firebase-extensions/tree/next/firestore-stripe-payments)** +**firestore-stripe-subscriptions** is now **firestore-stripe-payments**, available **[here](https://github.com/invertase/stripe-firebase-extensions/tree/next/firestore-stripe-payments)** diff --git a/firestore-stripe-web-sdk/README.md b/firestore-stripe-web-sdk/README.md index f6aa1f28..17c7d2a3 100644 --- a/firestore-stripe-web-sdk/README.md +++ b/firestore-stripe-web-sdk/README.md @@ -1,7 +1,7 @@ # Firestore Stripe Payments Web SDK This package helps you integrate your web app client with the -[`firestore-stripe-payments`](https://firebase.google.com/products/extensions/firestore-stripe-subscriptions) +[`firestore-stripe-payments`](https://extensions.dev/extensions/invertase/firestore-stripe-payments) extension. It abstracts out all the typical Firestore queries, and other database interactions necessary to use the extension. Moreover, it provides type definitions for all the common object types that are used by the extension when processing @@ -9,7 +9,7 @@ payments. # API Reference -[API reference](https://github.com/stripe/stripe-firebase-extensions/blob/next/firestore-stripe-web-sdk/markdown/index.md) +[API reference](https://github.com/invertase/stripe-firebase-extensions/blob/next/firestore-stripe-web-sdk/markdown/index.md) # Example usage diff --git a/package.json b/package.json index 4a83f1d8..9b6a3a3a 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/stripe/stripe-firebase-extensions.git" + "url": "git+https://github.com/invertase/stripe-firebase-extensions.git" }, "author": "Stripe (https://stripe.com/)", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/stripe/stripe-firebase-extensions/issues" + "url": "https://github.com/invertase/stripe-firebase-extensions/issues" }, "devDependencies": { "lerna": "^3.4.3",