Hello, i am using react native and for the database i use supabase, i used supabase auth template to make users and accounts, every user have an id, i want a function in react that have 2 inputs one for the selected user id the second is for the text
I want to send the notification for the selected user input the content will have the text input
How can i do that?