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

Make notification system #18

Open
tanmaydixit opened this issue May 18, 2018 · 6 comments
Open

Make notification system #18

tanmaydixit opened this issue May 18, 2018 · 6 comments
Assignees
Labels
approved This issue has been approved by maintainers. Grab them before others. enhancement New feature or request

Comments

@tanmaydixit
Copy link
Member

The notif system will involve a image, message and title(parameters will be added in firebase) and a picture notif will come on every users phone.

@tanmaydixit tanmaydixit added the approved This issue has been approved by maintainers. Grab them before others. label May 18, 2018
@Rushi98 Rushi98 removed the approved This issue has been approved by maintainers. Grab them before others. label May 18, 2018
@Rushi98 Rushi98 added enhancement New feature or request discussion Now is a good time to discuss about this feature. Hop in! labels May 18, 2018
@Rushi98 Rushi98 changed the title Make notificication system Make notification system May 18, 2018
@aayushsingla
Copy link
Member

shall i do this now?

@aayushsingla
Copy link
Member

For this we will be having two activities: Notification sender and the notification receiver: Notification receiver will be in the main app itself where as Notification sender can either be in the admin app(if we make that) or with some users whom we want. The whole system will be based on Firebase Cloud Messaging. Is this fine to go with?

@Rushi98 Rushi98 added approved This issue has been approved by maintainers. Grab them before others. and removed discussion Now is a good time to discuss about this feature. Hop in! labels May 18, 2018
@Rushi98
Copy link
Member

Rushi98 commented May 18, 2018

Is it possible to send notifs from web and/or on some data change in firebase db such as time change for a program?

@aayushsingla
Copy link
Member

From Firebase it wont be possible to send notifications with images or large texts. small notification can be send though.It might be possible to send notifications from a web Interface(will have to look into this).

If you want to post a notification for a time change you can post it by calling the function when someone changes the time by app or web interface. However, it can't be done in a systematic way by data change in Firebase. I really feel having notification for every time change will be just too much.Given we are making this app for bits.

@Rushi98
Copy link
Member

Rushi98 commented May 18, 2018

We are not making this app specifically for BITS.

Also, check out google cloud functions (https://cloud.google.com/functions/docs/) and data messages (https://firebase.google.com/docs/cloud-messaging/concept-options)

@aayushsingla
Copy link
Member

data messages cannot be sent directly by firebase console.You will need someone to send a request to firebase noti server which in turn will send notification to all ur apps . if you wanna use firebase functions for sending notifications on any database change then it is possible. but we will need to discuss on what data changes do we need a notification.That i think can be thought only after the app and database is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved This issue has been approved by maintainers. Grab them before others. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants