Mobile App with Expo & Firebase Auth - Part 1: Setup
In this first post, I'll show you how to set up your Expo project and configure Firebase for authentication.
Step 1: Create Your Expo Project
Open your terminal and run:
⛶expo init MyAuthApp...