diff --git a/.changeset/many-turtles-try.md b/.changeset/many-turtles-try.md new file mode 100644 index 00000000000..d662109f289 --- /dev/null +++ b/.changeset/many-turtles-try.md @@ -0,0 +1,5 @@ +--- +"@firebase/database": patch +--- + +Fixed an issue that could cause `once()` to fire more than once if the value was modified inside its callback.