Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth initial UI configured #7

Merged
merged 1 commit into from
Dec 30, 2020
Merged

Auth initial UI configured #7

merged 1 commit into from
Dec 30, 2020

Conversation

iamAravindks
Copy link
Contributor

when I try to convert the code into NEXT.js it doesn't work. @anaswaratrajan please figure out the problem here.
also, I configured the firebase auth service with a personal account for testing purpose.

          <StyledFirebaseAuth
            uiConfig={uiConfig}
            firebaseAuth={firebase.auth()}
          />

@iamAravindks iamAravindks changed the title auth initial ui configured Auth initial UI configured Dec 29, 2020
@anastr0
Copy link
Contributor

anastr0 commented Dec 29, 2020

when I try to convert the code into NEXT.js it doesn't work.

@iamAravindks It was an issue with visibility inside <Head /> . It's visible everywhere else and working as expected. Try to fix the conflicts and linting errors as well.

Downgrade firebase to ^7.24.1 since react-firebaseui doesn't support beyond that

There's a chance of firebase app/duplicate-app error, refer this link

Make sure to add types to everything. You left an interface unused.

@anastr0 anastr0 merged commit f880431 into samay-app:main Dec 30, 2020
anandbaburajan added a commit that referenced this pull request Mar 2, 2022
Poll schema, routes, tests and CI setup
anandbaburajan added a commit that referenced this pull request Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants