Handle Firebase User Roles without a Firestore Collection

Lee Phillips
3 min readSep 23, 2022

Introduction

Firebase is a great way to handle user authentication in your app. If you need to store a lot of information about your users, such as contact info or user activity, then you can create a user collection in Firestore, but I have often seen developers create a user collection for storing something as simple as user roles. This is unnecessary and…

--

--

Lee Phillips

Software engineer. Flutter fanatic. I am here to share knowledge & inspire others to create great experiences.