gladly-team / next-firebase-auth

Simple Firebase authentication for all Next.js rendering strategies
https://nfa-example-git-v1x-gladly-team.vercel.app/
MIT License
1.33k stars 290 forks source link

feat(firebaseAdmin): fix to pass user custom user claims to createCustomToken #660

Closed velddev closed 1 year ago

velddev commented 1 year ago

654

#659

some context: had to re-fork since my previous fork was stuck to takashi's repo and could not properly update. Hopefully this works now :)

vercel[bot] commented 1 year ago

@velddev is attempting to deploy a commit to the Gladly Team on Vercel.

A member of the Team first needs to authorize it.

velddev commented 1 year ago

@kmjennison I noticed some of the codemods were running into test issues on my local machine, but the codemod itself works, just the spacing was off? Is this a known issue in the current branch?

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nfa-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2023 9:13pm
kmjennison commented 1 year ago

@velddev Regarding codemod test errors, is it just linting problems or do the tests fail? I just did a refactor to TypeScript, so I wouldn't be surprised if I accidentally broke something with those JS files.