Skip to content

Commit 66de8cf

Browse files
committedFeb 5, 2017
Merge branch 'v3' of github.com:fullstackreact/react-native-firestack into v3
* 'v3' of github.com:fullstackreact/react-native-firestack: Make firestackModule.js working for v3
2 parents 5cc3a6f + e08c086 commit 66de8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/firestackModule.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class FirestackModule {
5656

5757
makeRef(path) {
5858
const refName = [this._refName, path]
59-
const ref = this._firestack.database.ref(...refName);
59+
const ref = this._firestack.database().ref(...refName);
6060
return this._makeRef(ref);
6161
}
6262

0 commit comments

Comments
 (0)