In order to view this lesson, you must purchase this course.
Each push notification can be handled with different types of actions if programmed correctly. Today, we perform the action of loading a follower's profile into our UI whenever we tap on the push notification. This feature requires us to include the follower's user id in the notification object from our Cloud Function. Finally we add some custom logic in our AppDelegate file to handle these notifications.