We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cc3a6f + e08c086 commit 66de8cfCopy full SHA for 66de8cf
lib/firestackModule.js
@@ -56,7 +56,7 @@ export class FirestackModule {
56
57
makeRef(path) {
58
const refName = [this._refName, path]
59
- const ref = this._firestack.database.ref(...refName);
+ const ref = this._firestack.database().ref(...refName);
60
return this._makeRef(ref);
61
}
62
0 commit comments