Skip to content

Commit

Permalink
Snapshot update.
Browse files Browse the repository at this point in the history
  • Loading branch information
noire-munich committed Apr 3, 2021
1 parent 2937ee5 commit 065b3ad
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default App

exports[`Should add config lines to App.{js,tsx} Matches Firebase Snapshot 1`] = `
"import { AuthProvider } from '@redwoodjs/auth'
import * as firebase from 'firebase/app'
import firebase from 'firebase/app'
import 'firebase/auth'
import { FatalErrorBoundary } from '@redwoodjs/web'
import { RedwoodApolloProvider } from '@redwoodjs/web/apollo'
Expand All @@ -52,7 +52,6 @@ import './index.css'
const firebaseClientConfig = {
apiKey: process.env.FIREBASE_API_KEY,
authDomain: process.env.FIREBASE_AUTH_DOMAIN,
databaseURL: process.env.FIREBASE_DATABASE_URL,
projectId: process.env.FIREBASE_PROJECT_ID,
storageBucket: process.env.FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.FIREBASE_MESSAGING_SENDER_ID,
Expand Down

0 comments on commit 065b3ad

Please sign in to comment.