From 8f189b09f95c3a07507f18d6292ebbfbe8293f28 Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 24 Feb 2022 09:42:11 -0800 Subject: [PATCH 1/2] Create pretty-mayflies-worry.md --- .changeset/pretty-mayflies-worry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pretty-mayflies-worry.md diff --git a/.changeset/pretty-mayflies-worry.md b/.changeset/pretty-mayflies-worry.md new file mode 100644 index 00000000000..012c118ec41 --- /dev/null +++ b/.changeset/pretty-mayflies-worry.md @@ -0,0 +1,5 @@ +--- +'@firebase/messaging': patch +--- + +Await on onBackrgoundMessage to fix silent warning issue. From 9c7c0aa4c059bb3b4a9860a1702c50acf063defb Mon Sep 17 00:00:00 2001 From: Kai Wu Date: Thu, 24 Feb 2022 11:20:21 -0800 Subject: [PATCH 2/2] Update pretty-mayflies-worry.md --- .changeset/pretty-mayflies-worry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pretty-mayflies-worry.md b/.changeset/pretty-mayflies-worry.md index 012c118ec41..014bba4939d 100644 --- a/.changeset/pretty-mayflies-worry.md +++ b/.changeset/pretty-mayflies-worry.md @@ -2,4 +2,4 @@ '@firebase/messaging': patch --- -Await on onBackrgoundMessage to fix silent warning issue. +Await on `onBackgroundMessage` to fix silent warning issue.