Alex
Alex

Reputation: 341

Firebase Queue and Stripe Subscriptions

I have read the other tutorials on how to integrate Stripe with Firebase, all of them require an external server. Recently I found Firebase Queue and wondered if there would be any way to integrate Firebase Queue with a Stripe Subscription so that I wouldn't need to use an external Server for Stripe.

Upvotes: 0

Views: 427

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 599776

Firebase Queue is a library that you integrate into your existing node.js or web project. It does not replace the need for a server (to run nodejs) or web site (to execute the JavaScript).

Upvotes: 2

Related Questions