From 2d638ac91a9aabb54de2193cfcbc0e5bfb742f4e Mon Sep 17 00:00:00 2001 From: RichardLuo Date: Mon, 1 Apr 2019 14:15:07 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cda7c7..ece48f4 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ This app is for forwarding your notification from one phone to another using the ### Only for users from China * 服务端可能必须24小时挂梯! -# if you want to compiler by yourself +# if you want to compile by yourself * 下载源码(Download the source code) * 在firebase中建立新项目(Create a new project in firebase) * 根据Google的firebase文档加入google-services.json文件(Add google-services.json file according to the official document of Google) * 修改NotificationPush/app/src/main/java/com/RichardLuo/notificationpush/GetNotification.java中的常量Authorization和Sender为自己相应内容,你应该参照旧版fcm推送方法进行修改! (Change the constant 'Authorization' and 'Sender' to what you have in firebase console(old one)) -* 编译(Compiler) +* 编译(Compile) From a116c554c02220a8c4368e17f9bb41ea8983b966 Mon Sep 17 00:00:00 2001 From: RichardLuo Date: Wed, 3 Apr 2019 17:36:29 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ece48f4..99bb21e 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ This app is for forwarding your notification from one phone to another using the fcm tunnel -## What you need +## What do you need * 一台旧手机作为服务器(An old phone used as server) * 一台可以接收fcm推送的主力机(Your daily phone which could receive fcm push) -* 完成!(finish!) -## What you need to do +## What do you need to do * 下载最新release(Download the latest release) * 为两台手机安装(Install for both phones) * 将主力机上的token(就是那堆乱码)复制到server的输入框中(Copy the token from daily phone to the input box on the server)