I'm new to app development and I'm stuck at one point.
I have an application with a subscription and when done I would like to receive a kind of report by email, SMS or whatever is possible. Just username and email are enough. I have a Firebase Realtime Database configured with this data.
Is it possible to get this data and send it when the subscription is complete?
Thanks all!!