Skip to content

Commit

Permalink
Merge branch 'main' into tobbe-clerk-decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Oct 14, 2022
2 parents 9f11438 + a272dfd commit 0011375
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/auth-providers-setup/src/firebase/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ export const handler = async ({ rwVersion, force: forceArg }: Args) => {
rwVersion,
forceArg,
provider: 'firebase',
webPackages: ['firebase'],
apiPackages: ['firebase-admin'],
authDecoderImport:
"import { firebaseAuthDecoder as authDecoder } from '@redwoodjs/auth-providers-api'",
webPackages: ['firebase', '@redwoodjs/auth-providers-web'],
apiPackages: ['firebase-admin', '@redwoodjs/auth-providers-api'],
notes: [
'You will need to create several environment variables with your Firebase config options.',
'Check out web/src/App.{js,tsx} for the variables you need to add.',
'Check out web/src/auth.{js,ts} for the variables you need to add.',
'See: https://firebase.google.com/docs/web/setup#config-object',
],
})
Expand Down

0 comments on commit 0011375

Please sign in to comment.