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 d44d8478..ea002de9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # UPDATE 2023-10-08: -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/stripe/stripe-firebase-extensions/issues/524) for more details. +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. Alternatively, you can also use the following link to convert your current installation to the Invertase version @@ -19,8 +20,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 32471050..143ac433 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 @@ -516,7 +516,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/) @@ -544,5 +544,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 14edd4a7..89cb5499 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 33c003e4..19ed1ebf 100644 --- a/firestore-stripe-payments/POSTINSTALL.md +++ b/firestore-stripe-payments/POSTINSTALL.md @@ -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.: @@ -617,4 +617,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/extension.yaml b/firestore-stripe-payments/extension.yaml index 095c8dc1..8ad97f95 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 8c6b259b..9c847194 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 @@ -18,7 +18,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) ## Installation diff --git a/package.json b/package.json index 815099d7..5b318b09 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",