Skip to content

Commit

Permalink
add missing import in with-firebase example (vercel#19572)
Browse files Browse the repository at this point in the history
  • Loading branch information
louison authored and kamermans committed Dec 14, 2020
1 parent 35c2bca commit c039ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-firebase/firebase/clientApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import 'firebase/auth' // If you need it
import 'firebase/firestore' // If you need it
import 'firebase/storage' // If you need it
import 'firebase/analytics' // If you need it
import 'firebase/performance' // If you need it

const clientCredentials = {
apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY,
Expand Down

0 comments on commit c039ecb

Please sign in to comment.