Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d300a84

Browse files
committed
remove RTDB example from README.md
1 parent 121ba01 commit d300a84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/firebase_messaging/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ By default background messaging is not enabled. To handle messages in the backgr
9999
dynamic notification = message['notification'];
100100
}
101101
102-
// Or do work with other plugins, eg: write to RTDB.
103-
FirebaseDatabase.instance.reference().child('foo').set('bar');
104-
return Future<void>.value();
102+
// Or do work other work.
105103
}
106104
```
107105
Note: the protocol of `data` and `notification` are in line with the

0 commit comments

Comments
 (0)