Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(types): add firestore collectionGroup type - @rscotten (#855)
  • Loading branch information
rscotten authored Feb 3, 2020
commit 7607c423e5d748f5c2f5c534b4d2c53395c2a8c0
7 changes: 6 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,12 @@ export interface ReduxFirestoreQuerySetting {
* Collection name
* @see https://github.com/prescottprue/redux-firestore#collection
*/
collection: string
collection?: string
/**
* Collection Group name
* @see https://github.com/prescottprue/redux-firestore#collection-group
*/
collectionGroup?: string
/**
* Document id
* @see https://github.com/prescottprue/redux-firestore#document
Expand Down