Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
noire-munich committed Apr 3, 2021
1 parent 065b3ad commit 653b6a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/src/commands/setup/auth/providers/firebase.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// the lines that need to be added to App.{js,tsx}
export const config = {
imports: [
`import firebase from 'firebase/app'`,
`import 'firebase/auth'`,
`import firebase from 'firebase/app'`, `import 'firebase/auth'`
],
init: `const firebaseClientConfig = {
apiKey: process.env.FIREBASE_API_KEY,
Expand Down

0 comments on commit 653b6a7

Please sign in to comment.