You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
changed the title
[FEATURE] Setup backend - Firebase Cloud Functions
[FEATURE] Setup backend - Firebase API for Node.js
Feb 26, 2023
Integrated updated UI for members in this same issue.
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
Overview
Add Firebase Functions to retrieve/update data from Firebase Realtime Database:
firebase init functions
and select CICAPI project (cicapi-b3398). Use TypeScript when asked for language. Reference: https://firebase.google.com/docs/functions/typescript.Update the Members page UI to appropriately display the designed views.
The text was updated successfully, but these errors were encountered: