how to create notification like facebook when there is change to specific data?
What specific data?
What you can do for example is create a data type of ‘Notification’ with fields like: Updated by (User), Updated Section (text) and then create a new notification each time a button is clicked that stores certain data.
Profile
Name
Email
Phone
[Save]
On save of this button you do:
create or make changes to thing ‘Profile’ with all fields
+
create new ‘Notification’
updated by = current user
updated section = profile (you could make this dynamic too)
How you then display these notifications is entirely up to you. However, if you want to record specific fields, it will be more complex.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.