Skip to content

inAppNotificationSettings for messaging #5959

Answered by mikehardy
uuouter asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there! I'm not sure what it is exactly that you are trying to do, so I'm unable to provide any advice really.
In general, react-native-firebase (and firebase as an ecosystem) is built around you as a developer sending JSON via FCM from servers to devices. Firebase handles the sending on the servers, and the firebase library on device handles receipt of FCM JSON, with some very very minimal local-device notification features built in. This is all what we consider "FCM" (cloud messaging) and some people call "push notifications", but I think that makes things less clear because we draw a hard line between the FCM and the actual visible notification a user sees (a local device notification).

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@uuouter
Comment options

@mikehardy
Comment options

@uuouter
Comment options

@mikehardy
Comment options

Answer selected by uuouter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants