Skip to content

Commit f982671

Browse files
committed
Add description to createFirebaseInstance type
1 parent acdbceb commit f982671

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ export function authIsReady(store: object, ...args: any[]): any
143143
*/
144144
export function createFirebaseConnect(...args: any[]): any
145145

146+
/**
147+
* Create a firebase instance that has helpers attached for dispatching actions
148+
*/
146149
export function createFirebaseInstance(
147150
firebase: typeof Firebase,
148151
configs: any,

0 commit comments

Comments
 (0)