-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
shall i do this now? |
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? |
Is it possible to send notifs from web and/or on some data change in firebase db such as time change for a program? |
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. |
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) |
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. |
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.
The text was updated successfully, but these errors were encountered: