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

Add firebase anonymous authentication option #6501

Merged
merged 6 commits into from Oct 11, 2022

Conversation

ericrav
Copy link
Contributor

@ericrav ericrav commented Oct 3, 2022

Closes #6496

Allows Firebase auth users to call

logIn({ providerId: 'anonymous' })

and call firebaseAuth.signInAnonymously(auth) under the hood

https://firebase.google.com/docs/auth/web/anonymous-auth

@Tobbe Tobbe added the release:feature This PR introduces a new feature label Oct 3, 2022
@Tobbe Tobbe assigned Tobbe and unassigned noire-munich Oct 3, 2022
@Tobbe
Copy link
Member

Tobbe commented Oct 10, 2022

I'm trying to reproduce this issue, but facing some issues

image

I'll keep trying. Just so everyone knows this issue isn't being ignored 🙂

EDIT: firebase/firebase-js-sdk#6660
EDIT 2: I created an issue for this #6618
EDIT 3: A manual "resolutions" field in package.json to downgrade to firebase 9.10.0 allowed me to verify that this PR works.

@Tobbe Tobbe enabled auto-merge (squash) October 10, 2022 15:03
@Tobbe Tobbe merged commit b4e1764 into redwoodjs:main Oct 11, 2022
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Oct 11, 2022
@ericrav ericrav deleted the firebase-anonymous-auth branch October 11, 2022 14:07
@jtoar jtoar modified the milestones: next-release, v3.3.0 Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:feature This PR introduces a new feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[RFC]: Add anonymous authentication to Firebase auth client
4 participants