In this tutorial you’ll discover how to set up and add push notifications/messaging to an application.

You will integrate push notifications to an application that allows users to receive updates, even when the application is in the foreground, background, and even closed.
Your app will include:
Chat - Required state provider
Message List - Shows list of channel messages
Message Input - Input for sending new messages
Channel List - List of channels you can access and send messages to
Channel Members - List of users in a channel and updates with new users
Typing Indicator - Indication of typing activity before messages are sent to a channel
Push Notifications - Receive notifications from the platform's Service Provider regardless of application state.