Introduction to the Password Manager Application
Learn about the requirements of the password manager application.
We'll cover the following
Introduction
We’ll build a password manager application using Firebase. We’ll implement the different concepts we’ve learned throughout the course.
Screens
The screens used in the application are:
App
Home
Libraries
firebase
react-native-elements
Functionalities
The application will allow the user to manage passwords. The user will be able to add new passwords and delete the already stored passwords.
Requirements
-
We need to create a new Firebase project in the Firebase dashboard. Use the “How to Connect Firebase to React Native” lesson for reference on how to complete the connection.
-
Paste the configuration in
firebase.js
in the coding widget. -
We’ll navigate to the “Firestore” page of our project. Next, we click on “Create Database.”
Get hands-on with 1400+ tech skills courses.