This project provides a simple Firebase initialization setup with two key functionalities: creating a user and generating authentication, along with fetching user details by ID. It serves as a foundational template for integrating Firebase authentication in your applications.
- Create a new user with email and password.
- Generate authentication tokens for user sessions.
- Retrieve user details by user ID.
To install this project, clone the repository and install the necessary dependencies:
git clone https://github.com/username/firebase-initialization.git
cd firebase-initialization
npm install