Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Setup backend - Firebase API for Node.js & Design UI for Members Page #23

Open
AVS1508 opened this issue Feb 6, 2023 · 2 comments
Assignees
Labels
backend Backend issue/PR enhancement New feature or request
Milestone

Comments

@AVS1508
Copy link
Collaborator

AVS1508 commented Feb 6, 2023

Overview

Add Firebase Functions to retrieve/update data from Firebase Realtime Database:

  1. Install Firebase Functions as an npm package. Reference: https://firebase.google.com/docs/web/setup
  2. Install Firebase CLI. Reference: https://firebase.google.com/docs/cli
  3. Do firebase init functions and select CICAPI project (cicapi-b3398). Use TypeScript when asked for language. Reference: https://firebase.google.com/docs/functions/typescript.
  4. Firebase Realtime Database Reference: https://firebase.google.com/docs/database

Update the Members page UI to appropriately display the designed views.

@AVS1508 AVS1508 added the backend Backend issue/PR label Feb 6, 2023
@AVS1508 AVS1508 added this to the Sprint #1 milestone Feb 6, 2023
@AVS1508 AVS1508 added the enhancement New feature or request label Feb 6, 2023
@AVS1508 AVS1508 changed the title Setup backend functions Setup backend - Firebase Cloud Functions Feb 6, 2023
@AVS1508 AVS1508 modified the milestones: Sprint #1, Sprint #2 Feb 13, 2023
@AVS1508 AVS1508 self-assigned this Feb 15, 2023
@AVS1508 AVS1508 changed the title Setup backend - Firebase Cloud Functions [FEATURE] Setup backend - Firebase Cloud Functions Feb 16, 2023
@sahilgupta17
Copy link
Collaborator

Scrapping Firebase Cloud Functions, will use Firebase API for Node.js to directly interface with Realtime Database (with event listeners) in a pub/sub pattern.

@sahilgupta17 sahilgupta17 changed the title [FEATURE] Setup backend - Firebase Cloud Functions [FEATURE] Setup backend - Firebase API for Node.js Feb 26, 2023
@AVS1508
Copy link
Collaborator Author

AVS1508 commented Feb 27, 2023

Integrated updated UI for members in this same issue.

@AVS1508 AVS1508 changed the title [FEATURE] Setup backend - Firebase API for Node.js [FEATURE] Setup backend - Firebase API for Node.js & Design UI for Members Page Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend issue/PR enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants