From 665e247cf6f182fe50e1685e27b7aba1d386813a Mon Sep 17 00:00:00 2001 From: Darren Ackers Date: Tue, 20 Aug 2024 17:41:00 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf8f1440..e14b68dd 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/stripe/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` From e6daa8038ac14b994ccf397adcd17a3e403f27f2 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 16 Nov 2024 22:07:03 -0800 Subject: [PATCH 2/2] update dependencies Fixes issue https://github.com/invertase/stripe-firebase-extensions/issues/304 --- firestore-stripe-web-sdk/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firestore-stripe-web-sdk/package.json b/firestore-stripe-web-sdk/package.json index c5bed58a..87e896e2 100644 --- a/firestore-stripe-web-sdk/package.json +++ b/firestore-stripe-web-sdk/package.json @@ -60,8 +60,8 @@ "typescript": "^4.4.2" }, "dependencies": { - "@firebase/app": "^0.9.17", - "@firebase/auth": "^1.3.0", - "@firebase/firestore": "^4.1.2" + "@firebase/app": "0.10.16", + "@firebase/auth": "1.8.1", + "@firebase/firestore": "4.7.5" } }