Hi guys!
Since the integration of Supabase in FF, I constantly used Supbase to store my tables and Firebase for authentication(for push notifications mostly).
But when I send notifications and the landing page of the notification has a Supabase row parameter, the push notification does not work. For example, I send notifications each time a new article is published. When the user clicks on the notification, it will direct the user to the article details page. If the article is stored in Firestore, the push notification works. If it's stored in Supabase, push notification does not work.
Does anyone else have this issue? How did you solve it or work around it?