2
0
mirror of synced 2025-02-02 09:34:45 +00:00

Typescript Def: Make path optional for database ref

This commit is contained in:
Jon San Miguel 2017-05-31 18:20:44 -04:00
parent b16b1dbd6a
commit aa439c95f3

2
index.d.ts vendored
View File

@ -268,7 +268,7 @@ declare module "react-native-firebase" {
/**
* Returns a new firebase reference instance
* */
ref(path: string): RnReference
ref(path?: string): RnReference
/**
* register listener
*/