You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2021. It is now read-only.
We need to be able to authenticate users into the extension using google/other social auth. We can use firebase to do this (Or anything else you think would be better).
Opening the popup for the first time should show the social login buttons.
Clicking them would redirect the user to follow the regular social login flow and finally redirect to the actual popup with the form
This form should only be shown if the user is logged in
And when the user is logged in, we should skip the login part (obviously)