mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-28 20:25:41 +08:00
Updated type-test.ts to reflect new signature.
This commit is contained in:
@@ -42,4 +42,5 @@ firebase
|
||||
.then();
|
||||
firebase.messaging().setBackgroundMessageHandler(msg => {
|
||||
console.log(msg.data);
|
||||
return Promise.resolve();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user