Skip to content

Commit

Permalink
chore: missing doc reference for firebase app
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed Dec 1, 2022
1 parent 4bcb907 commit 1fc12c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/phase2cli/src/lib/firebase.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FirebaseApp, FirebaseOptions, initializeApp } from "firebase/app"
import { FirebaseApp, FirebaseOptions, initializeApp } from "firebase/app" // ref https://firebase.google.com/docs/web/setup#access-firebase.
import {
collection as collectionRef,
doc,
Expand Down

0 comments on commit 1fc12c9

Please sign in to comment.