将GCM导入Firebase

时间:2017-11-15 22:08:19

标签: android firebase google-cloud-messaging firebase-cloud-messaging google-cloud-endpoints

my $fh_foo = open "foo.txt", :w; $*OUT = $fh_foo; say "Hello, foo! Printing to foo.txt"; $*OUT = ????; say "This should be printed on the screen"; 导入GCM后,我的旧Firebase项目会怎样?它会消失吗?

如果Google Console GCM出现问题,我们希望制定一个应急计划,我们需要回滚到Firebase发送通知消息。

1 个答案:

答案 0 :(得分:1)

将项目导入Firebase时,所有真正的功能是将Firebase服务添加到该项目,并且您会在Firebase控制台中看到它与其他启用Firebase的项目一起列出。在导入时已经存在的那个项目中什么都不应该改变,所以你应该能够安全地继续你在那里做的任何事情。