Skip to content

Commit

Permalink
Update link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison committed Feb 15, 2022
1 parent dd3b4b7 commit f0967f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testHelpers/authUserInputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const createMockFirebaseUserClientSDK = () => ({
// ... other properties
})

// https://firebase.google.com/docs/reference/admin/node/admin.auth.DecodedIdToken#uid
// https://firebase.google.com/docs/reference/admin/node/firebase-admin.auth.decodedidtoken
export const createMockFirebaseUserAdminSDK = () => ({
uid: 'def-456',
email: '[email protected]',
Expand Down

1 comment on commit f0967f2

@vercel
Copy link

@vercel vercel bot commented on f0967f2 Feb 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.