Hi,
We have an demand to create an confirmation email for new subscribers.
As far as I could see Firebase does not have any ready to use mechanism for this.
Anybody has implemented something similar?
My first though was to create an firebase custom token for the user with 24h expiration date
and confirm it through our Backend Service and Mandrill.
The point is after a couple of tests the creation of new tokens just stopped working (Invalid Token) and I would like to know if we have a limit through the day.
Naturally as it is still under development a couple of tokens were generated for the same user, but we don't want to take the risk of
blocking our users when the service comes online.
Any thoughts or recommendations about this issue?
Thank you!
Best Regards,
Sandro Akira