Saturday 18 March 2017

How do I lock down Firebase Database to any user from a specific (email) domain using the new firebase cloud functions?

Without cloud functions, it appeared that it required a app server to securely limit signups for a firebase app by email domain according to this old question: How do I lock down Firebase Database to any user from a specific (email) domain?

The goal is to allow only signups from a specific domain or set of domains using google authentication and/or other auth providers.

Now that we have firebase cloud functions how can this be accomplished without an app server?



via Mike

No comments:

Post a Comment