Use cases Customizing a WordPress theme without editing core theme files Customizing a web page using Chrome extensions If you are working on hosted site without the ability to edit core files, the author might provide a way to inject…
Tag: javascript
Simple Stripe and Firebase subscription and authentication
In this post, I am going to show you how you can create a subscription using Stripe and authentication using Firebase. We will create validate user’s credit card and if it is valid, we will create their account on Firebase…