Last updated on September 24th, 2018 | With the Cloud Firestore Security Rules, we can focus on building a great user experience, without having to manage infrastructure or write server-side authentication and authorization code. The idea is to authenticate users through Firebase Authentication and set up rules to determine who has access to data stored […]
Cloud Firestore
Learn How To Use Cloud Functions Triggers for Firestore
Last updated on September 24th, 2018 | In this tutorial, we’re going to be exploring Firebase Cloud Functions to run code on Firebase servers. One of the main struggles when working with role-based authentication is allowing the admin users to create or invite people to their team. If you use the admin account to create […]