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

Commit

Permalink
remove RTDB example from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kroikie committed Aug 21, 2019
1 parent 121ba01 commit d300a84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/firebase_messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ By default background messaging is not enabled. To handle messages in the backgr
dynamic notification = message['notification'];
}
// Or do work with other plugins, eg: write to RTDB.
FirebaseDatabase.instance.reference().child('foo').set('bar');
return Future<void>.value();
// Or do work other work.

This comment has been minimized.

Copy link
@SpajicM

SpajicM Aug 21, 2019

Typo nitpick

}
```
Note: the protocol of `data` and `notification` are in line with the
Expand Down

0 comments on commit d300a84

Please sign in to comment.