Closed
Description
We're using fcm's built in mechanism for displaying notifications when the app is in the background. This works well, but we stumbled upon a feature that I can't find a trace of. According to https://stackoverflow.com/questions/63378233/how-to-send-firebase-notifications-with-uris-to-implement-deep-linking you can send gcm.n.link
in order to send a deeplink that's triggered when you click a notification. Though we I search this codebase I don't see any trace of it pulling that key in order to get the value to set for the deep link. If it's not doing that... then how is it setting up the deep link properly?