Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 66de8cf

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /