https://github.com/anrsgrl/next-firebase-ts
Next.js template with Firebase integration for building scalable web applications. Features include real-time data management and user authentication
https://github.com/anrsgrl/next-firebase-ts
firebase firebase-auth firebase-authentication firebase-database firebase-storage next next-template nextjs template
Last synced: about 2 months ago
JSON representation
Next.js template with Firebase integration for building scalable web applications. Features include real-time data management and user authentication
- Host: GitHub
- URL: https://github.com/anrsgrl/next-firebase-ts
- Owner: Anrsgrl
- Created: 2025-01-27T18:31:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:52:26.000Z (4 months ago)
- Last Synced: 2025-03-18T04:12:50.702Z (2 months ago)
- Topics: firebase, firebase-auth, firebase-authentication, firebase-database, firebase-storage, next, next-template, nextjs, template
- Language: TypeScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
## Next.js + Firebase + TS Template
This is a simple template to get you started with **Next.js** and **Firebase**. It’s perfect for building multi-functional websites with Firebase backend services like Firestore and Firebase Authentication.
## JavaScript Version
If you are looking for a TypeScript version of this template, please check out the repository below:[Next.js + Firebase + JavaScript](https://github.com/Anrsgrl/next-firebase-js)
## Get Started
#### 1. Create a Firebase Project
- Go to [Firebase Console](https://console.firebase.google.com/).
- Click on "Add Project" and follow the setup steps.#### 2. Use the Template
You can use this template to create a new repository quickly by clicking the **Use Template** button above.#### 3. Clone the Repository
Alternatively, you can clone the repository directly using the following command:
```bash
git clone https://github.com/Anrsgrl/next-firebase-ts
```
After cloning, navigate to the project directory:
```bash
cd next-firebase-ts
```#### 4. Install Dependencies
Run the following command to install the required dependencies:
```bash
pnpm install
```#### 5. Run the Development Server
Start the Next.js development server with:
```bash
pnpm dev
```
Your app should now be running on http://localhost:3000.## Contributing
Feel free to open issues and submit pull requests if you'd like to contribute to this template!## Contact
For any inquiries, please contact me at [email protected].