Skip to content

Commit

Permalink
expose connectFirestoreEmulator, Timestamp, GeoPoint and Bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
tylim88 committed Feb 9, 2023
1 parent 90db714 commit c909d54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ export type FirelordRef<T extends MetaType> = Readonly<{
collectionGroup: () => Query<T>
}>

export { getFirestore } from 'firebase/firestore'
export {
getFirestore,
Timestamp,
GeoPoint,
Bytes,
connectFirestoreEmulator,
} from 'firebase/firestore'

export * from './writeBatch'
export * from './transaction'
Expand Down

0 comments on commit c909d54

Please sign in to comment.