Skip to content

Commit

Permalink
bug: Update setupHandler.ts firebase version (#9997)
Browse files Browse the repository at this point in the history
To match the same version on redwood's api, otherwise it will fail to
work after auth setup.
  • Loading branch information
rapzo authored and redwood-bot committed Feb 14, 2024
1 parent 517e99f commit ac48c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/src/setupHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function handler({ force: forceArg }: Args) {
webPackages: ['firebase@^10', `@redwoodjs/auth-firebase-web@${version}`],
apiPackages: [
// Note that the version of this package should be exactly the same as the version in `@redwoodjs/auth-firebase-api` .
'firebase-admin@11.10.1',
'firebase-admin@11.11.1',
`@redwoodjs/auth-firebase-api@${version}`,
],
notes: [
Expand Down

0 comments on commit ac48c83

Please sign in to comment.