Practice and reinforce the concepts from Lesson 10
In this activity, you will learn how to build a complete web application using Firebase for authentication and database storage. You'll create a Profile Saver app where users can register, login, and save their favorite things to share with others.
tip Keep the Firebase Console open in a separate tab - you'll need to switch between it and your code editor frequently!
index.js
filetip Common Challenge If Google sign-in doesn't work, check that you've added your StackBlitz URL to the authorized domains in Firebase Console under Authentication > Settings.
tip
Use console.log()
to debug your database operations - it helps you see what data is being saved!
Follow this guide to complete your activity:
:warning: Important! Before submitting, test these features:
- :white_check_mark: Users can sign in with Google
- :white_check_mark: Profile data saves to database
- :white_check_mark: Saved profiles display on the page
- :white_check_mark: Users can sign out successfully
When you have completed your "Firebase Profile Saver" project, submit it using the link below:
:information_source: Info Submission Checklist