Hello Developers,
I using Itoo+MelonNotification for a chat app using firebase for connection of users. but the problem is that I can not set the Project Bucket of firebase in the designer section, because the Project Bucket of each user is his/her phone number which he/she will enter in the specific text box after installing.
this is my firebase structure:
and these are my blocks:
If you mean this post, unfortunately I couldn't understand, I am not specialized in coding, if is possible for you please give me a little more details. Thank you in Advance .
When a "notification" message arrives, if the data sent in the message contains the user's id (UID) then set the notification. It could be that you have to create the message containing all the UIDs of all the users, but only set a notification for the user's device with the matching UID. I have not tried it, but the message "setter" could select from a list of UIDs to add to a message.
Also, how do you intend to keep your data and that of your users safe and secure ?