Earn 450 ($4.50)
Create Electron App with React + Firebase Auth + Multi Login
Bounty Description
Bounty will be given based on the final deal
Overview
I need to write a production-level Electron.js cross platform desktop app.
The app will allow the user to navigate to a few pre-defined websites.
It will run Chromium to open those websites.
On each tab that the user opens, a JS script will be injected to that webpage of the website, acting as a “content script”, which would inject different react components into the webpage, based on a predefined configuration and based on the current URL and URL parameters.
There should also be a persistent backend that will communicate with the different “content scripts” that are injected to the different open webpages, and perform API requests to the server.
Multi-Login
It will allow the user to create new tabs of this website, each tab will represent a new session with separate context and cookies, therefore allowing the user to have multiple sessions/profiles logged in to this website at the same time, and navigate between them easily.
Authentication
The app will have an authentication page that will allow logging in / signing up.
The authentication will connect to an existing Firebase project and integrate with it.