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 has been 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)
The text was updated successfully, but these errors were encountered:
hey @payal-98, the sign-in seems to be working but the UI hasn't been updated... Can you work on the login UI? Once signed in, it should automatically refresh and show the extension UI
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).
The text was updated successfully, but these errors were encountered: