Reputation: 341
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
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