Google just killed the Firebase stripe extension – zero warning
Why do they keep doing this?
I noticed users of my product (https://clonedub.com) were complaining that they couldn't upgrade plans. I also noticed there were no new subscriptions all day which was unusual.
So I log into firebase to figure out what's wrong.
Lo and behold it reads "Firebase no longer supports stripe extension. This has been moved to invertase".
The only mention of this is here: https://github.com/invertase/stripe-firebase-extensions/issues/542
Checking this out further I realised it was a barely supported open source alternative that didnt even work.
What a joke?!!
I genuinely don't understand why they have such contempt for businesses on their platforms.
Why do they keep doing this?!!!
18 comments
[ 4.5 ms ] story [ 53.3 ms ] threadAnd I’m able to add it to my firebase project. Looks like it hasn’t propagated.
[1]: https://github.com/invertase/stripe-firebase-extensions/issu...
The invertase library doesn't work.
You're telling me this was the best route for 10k+ apps that are dependent on this for processing payments.
Literally zero warning.
My entire point is that if you're a huge organisation like google. And if you offer a critical feature that users then integrate deeply into their product.
This least you could do with your enormous wealth is send a note out giving a heads up about this damaging change.
What's so hard to understand here?
- You can continue to use the old extension (you won't get updates by Stripe nor Invertase and in the future Stripe may introduce breaking changes)
- You can clone the open source repo and maintain it yourself
- Or you can install the Invertase extension with the same exact config and you'll continue to have maintenance and upgrades.
We expect in a 3rd party platform these things happen (out of our control) so we've prepared multiple routes for you.
- Sorry your payments has stopped working but it has nothing to do with an extension being deprecated or not. Extensions are copied and deployed into your own projects so new versions or deprecations won't affect running applications (that's the beauty of Extensions). Also happy to help with your issue if you file a bug.
- Stripe extension is not owned by Firebase/Google. We own the platform, but the publishers own the extension. It's like blaming Apple/Google for Twitter renaming their app to X.
- Stripe extension is not killed nor deprecated. Invertase was trusted by Stripe to do a better job of evolving the extension so now they own the extension end-to-end. We at Firebase helped this collab happen if anything.
- Even if an extension were to be deprecated, we've made sure they're all open source and you can fork off the latest version and develop future versions yourself. With a 3P platform there's always this risk and we made sure there's a break-glass solution for our devs.