从Firebase推送通知中获取关键和价值

时间:2019-07-01 12:55:26

标签: firebase react-native push-notification key react-native-firebase

我有一个react-native应用程序(android)从Firebase控制台接收推送通知。

from firebase console

react-native-firebase中是否有任何功能可以从推送通知消息中获取键和值(自定义数据)?

1 个答案:

答案 0 :(得分:1)

在通知侦听器内部,尝试从import { Component } from '@angular/core'; import { Location } from '@angular/common'; @Component({ //... }) class SomeComponent { constructor(private location: Location) {} back() { this.location.back(); } } 对象中提取自定义键/值

data