Live data from Hacker News

Google just killed the Firebase stripe extension – zero warning

news.ycombinator.com

11–19 of 19 posts

Re: Google just killed the Firebase stripe extension – zero warning

#11
post #9

Google has been a handful this month. They changed the firebase SMS authentication from 10000 auths free per month to 10 per day. Apparently they forgot to send an email announcing the change so they have posponed the change until October, they have sent an email this time.

Another reminder that building anything on/in google's ecosystem is the biggest medium term risk you face.

Re: Google just killed the Firebase stripe extension – zero warning

#12
post #6

Earlier quoted context omitted.

The original extension was provided by stripe. I think it’s nice that the firebase team helped to coordinate moving it to a group that’ll actually maintain it.

I'm sorry that just isnt enough. I'm talking about critical payments stuff within the app. You're telling me this was the best route for 10k+ apps that are dependent on this for processing payments. Literally zero warning.

You are assuming the installs number correlates with actual users which it likely doesn't. As several people have pointed out this isn't a google maintained extension. If something is this critical to your business it's on you to make sure it works for you.

Re: Google just killed the Firebase stripe extension – zero warning

#14
post #12

Earlier quoted context omitted.

I'm sorry that just isnt enough. I'm talking about critical payments stuff within the app. You're telling me this was the best route for 10k+ apps that are dependent on this for processing payments. Literally zero warning.

You are assuming the installs number correlates with actual users which it likely doesn't. As several people have pointed out this isn't a google maintained extension. If something is this critical to your business it's on you to make sure it works for you.

It was already working. The extension had been functioning for months already.

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?

Re: Google just killed the Firebase stripe extension – zero warning

#15
post #12

Earlier quoted context omitted.

You are assuming the installs number correlates with actual users which it likely doesn't. As several people have pointed out this isn't a google maintained extension. If something is this critical to your business it's on you to make sure it works for you.

It was already working. The extension had been functioning for months already. 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're misrepresenting that it's google's feature which you were using when it clearly states its from Stripe.

Re: Google just killed the Firebase stripe extension – zero warning

#18
Firebaser here:

- 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.

Re: Google just killed the Firebase stripe extension – zero warning

#19
post #12

Earlier quoted context omitted.

You are assuming the installs number correlates with actual users which it likely doesn't. As several people have pointed out this isn't a google maintained extension. If something is this critical to your business it's on you to make sure it works for you.

It was already working. The extension had been functioning for months already. 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?

(Firebaser here) What damaging change?

- 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.

Post reply on HN