Abhishek-Mallick / universal-box

Project scaffolding just got easier — streamline your development with Universal-Box's pre-built templates and one-click deployment! 🚀
https://universal-box.dev
Apache License 2.0
28 stars 26 forks source link

[TEMPLATE] - GCP + Node.js + Firestore | Cloud #154

Open Abhishek-Mallick opened 1 month ago

Abhishek-Mallick commented 1 month ago

What domain will the project template be based on?

Others (please specify in the details)

If 'Others', please specify the preferred domain.

Cloud

Particular directory path for the template.

templates/Cloud/GCP-Node.js-Firestore/

What tech stacks do you want to include?

Node.js, Express.js, Google Cloud Platform, Firestore, Firebase Authentication

Brief Description

This template should set up a Node.js Express application integrated with Google Cloud Firestore, a scalable NoSQL database. It includes user authentication via Firebase Authentication for secure user management. The project demonstrates how to perform CRUD operations on Firestore collections and documents, and how to handle real-time data updates.

Key Features:

  1. User Authentication: Implement Firebase Authentication for email/password and Google Sign-In methods.
  2. Firestore Integration: Set up Firestore as the database with examples of CRUD operations.
  3. Real-Time Updates: Demonstrate real-time data synchronization using Firestore listeners.
  4. API Endpoints: Create RESTful API endpoints for interacting with the database.
  5. Deployment Scripts: Include configurations for deploying to Google App Engine.
  6. Environment Configuration: Use .env files for managing environment variables securely.

Ideal workflow:

👀 Have you spent some time checking if this issue has been raised before?

🏢 Have you read the Code of Conduct?

Would you like to work on this issue?

No