I am developing website using firebase services. It is a website for a club. This website is not for everyone. Only club members should have access to the files and other members' data. So if a user has signed up in this website and requested the verification email, I need to send that email to Admin panel email not to the user. Then they can review the request by contacting the user and forward the email after confirmation. Is there any way I can do this?
Creating user account for all the members and giving access is not very easy and practical (But possible) in this situation because this club is 50+ years old and there are more than 5000 members are available also they all are working in different countries. So we can't create every single user account and we can't let unauthorized people accessing the data.