Published onJuly 21, 2020Create User Profile in Firestore After Authentication in FirebasefirebaseguideIn this guide, we will learn how to create a user profile in Firestore after authentication in Firebase. We will also learn how to update the user profile with additional information.
Published onJuly 19, 2020How to Enforce Unique Field Values in Cloud FirestorefirebaseguideIn this guide, we will learn how to enforce unique field values in Cloud Firestore using Firebase Security Rules.
Published onJuly 11, 2020How to Split Firebase Cloud Functions for Better Code OrganizationfirebaseguideIn this guide, we will learn how to split Firebase Cloud Functions into multiple files for better code organization.