https://github.com/threefoldtech/freeflow_twin_main_notification_sync
https://github.com/threefoldtech/freeflow_twin_main_notification_sync
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/threefoldtech/freeflow_twin_main_notification_sync
- Owner: threefoldtech
- License: apache-2.0
- Created: 2023-01-12T07:26:22.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2025-03-16T02:55:30.000Z (2 months ago)
- Last Synced: 2025-04-09T17:09:57.612Z (about 1 month ago)
- Language: TypeScript
- Size: 542 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notification synchronization for FreeFlow Twin
Notification sync system to receive notifications inside the app from FreeFlow Twin.
**Techstack:**
- [x] Express
- [x] Firebase
- [x] Typescript
- [x] DatastoreThere is extra validation that no one can post data to this endpoints only you have your derived seed. This is to precause impersonalisation.
## Endpoints
### Post:
```https://europe-west2-jimberlabs.cloudfunctions.net/api/identify```
```https://europe-west2-jimberlabs.cloudfunctions.net/api/notification```
## Development
Retrieve a service-account.json file from the Google Cloud Console and place it insdide the `````/functions````` folder
### Run locally
```yarn && yarn serve```
### Deploy to prod
```yarn && yarn deploy```