Is your feature request related to a problem? Please describe.
Any idea when the User beforeCreate will be available that was mentioned in this Youtube video?
https://www.youtube.com/watch?v=BGCLPiR_0Lg&feature=youtu.be&t=2148
It would be great for disabling signups without having to add so hook which deletes users afterwards as a hacky workaround.
Describe the solution you'd like
The ability to disable public signup for a Firebase account. We still want large anonymous public reads but we do not want accounts.
Describe alternatives you've considered
We are using a hook which checks if the account exists in another collection before allowing the creation and then deleting it afterwards if it does not.
Additional context
Functionality was mentioned in this video:
https://www.youtube.com/watch?v=BGCLPiR_0Lg&feature=youtu.be&t=2148
Is your feature request related to a problem? Please describe.
Any idea when the User beforeCreate will be available that was mentioned in this Youtube video?
https://www.youtube.com/watch?v=BGCLPiR_0Lg&feature=youtu.be&t=2148
It would be great for disabling signups without having to add so hook which deletes users afterwards as a hacky workaround.
Describe the solution you'd like
The ability to disable public signup for a Firebase account. We still want large anonymous public reads but we do not want accounts.
Describe alternatives you've considered
We are using a hook which checks if the account exists in another collection before allowing the creation and then deleting it afterwards if it does not.
Additional context
Functionality was mentioned in this video:
https://www.youtube.com/watch?v=BGCLPiR_0Lg&feature=youtu.be&t=2148