I have several apps now sending FCM messages back and forth. Is there anyway I can view the messages from my firebase console?
With the latest updates to the notifications dashboard in the Firebase console, you can see a report of sends, opens, and impressions for notifications as well as information about data messages for iOS and Android. You cannot, however, see the specific content of messages. You could probably build some sort of logging server-side if you wanted to track this.