I am using Flutter to develop an app and Firebase for data storage, with Adapty handling payments and RTDN integrated. The issue I'm facing is:
When I make a purchase using Gmail A for account Acc A on Device A, after the payment is completed, the payment information is saved to Firebase. Later, I uninstall the app on Device A and log into Acc A on Device B using Gmail B. Then, I request a refund on Google Play using Gmail A on Device A.
How can Acc A be notified when the refund is processed, or is there a way for the RTDN event to notify Firebase to update the status?