Skip to content

Commit

Permalink
Add description to createFirebaseInstance type
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue committed Feb 8, 2019
1 parent acdbceb commit f982671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ export function authIsReady(store: object, ...args: any[]): any
*/
export function createFirebaseConnect(...args: any[]): any

/**
* Create a firebase instance that has helpers attached for dispatching actions
*/
export function createFirebaseInstance(
firebase: typeof Firebase,
configs: any,
Expand Down

0 comments on commit f982671

Please sign in to comment.