Android Question Firebase In-App Messaging

npsonic

Active Member
Licensed User
Already possible. Just set client to subscribe some topic and send messages to that topic.
Now every device that is subscribed will get the message. Although very little prevents someone else also posting to that topic.
 
Last edited:
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
In-app messages, not push immediately
 
Upvote 0

KMatle

Expert
Licensed User
Longtime User
Same thing. If an user starts your app you'll know it. Get the "messages" from your server's db directly. Or use FCM. In your app you can decide not to show a notification but store it until the user uses you app again. How? Send data messages only.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…