Context
The Linkedin Scraper is a Chrome Extension that's currently active, but that has some issues that need to be solved.
These are mostly due to the fact of it being built on top of saasify - we want to move to a Stripe based solution, that will rely on our own API for checking the credits used.
Targets
- improve the sign-in process, moving from the actual saasify based (that requires the API key insertion) to firebaseUI sign-in utility; an example;
- replace the credits/quota management (saasify based) with Stripe checkout widget and our in-house built API.

Prerequisites
To approach this task it's mandatory to create a Linkedin Sales Navigator profile (1 month free trial), install our chrome extension and give it a try.
A new branch of the CX repository should be created, and commits should be done often.
Tasklist
*mandatory, [estimated days]
- *create firebase auth login code [1d]
- *replace current login from CX [4d]
- *replace subscription with stripe checkout widget [1d]
- *replace saasify quota mechanism with custom made [4d]
