From 138fa4a5f285406763b43e7c96ef7beee7f3bda9 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Mon, 7 May 2018 12:08:18 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff8de6..2382208 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ Note that there are some advanced features still in progress - custom iOS notification actions ### To existing react-native-fcm users -`react-native-firebase` can cover what `react-native-fcm` does so it is kind of a waste of effort to build the same wheels in parallel. Since I'm getting busier these days and feel challenging to maintain this repo every day while `react-native-firebase` has a larger team/company backing it, existing users may consider migrating to `react-native-firebase`. +`react-native-firebase` now can do what `react-native-fcm` can so it is a waste of effort to build the same thing in parallel. + +Since I'm getting busier these days and feel challenging to maintain this repo every day while `react-native-firebase` has a larger team/company backing it, existing users may consider migrating to `react-native-firebase`. I've created [an example project](https://github.com/evollu/react-native-fcm/tree/firebase/Examples/firebase-migration) using react-native-firebase as a migration reference -- 2.26.2