Skip to content

Commit 39db197

Browse files
committed
full refresh when set config
1 parent 57e3aee commit 39db197

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flamebase-database-node
1+
# :fire: flamebase-database-node
22

33
Real time JSON database server-side.
44

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function FlamebaseDatabase(database, path) {
107107
this.fcm = (this.pushConfig.APIKey() === null || this.pushConfig.APIKey() === 0 ? null : new FCM(this.pushConfig.APIKey()));
108108
}
109109

110+
this.lastStringReference = JSON.stringify({});
110111
};
111112

112113
/**

0 commit comments

Comments
 (0)