Create Note with Userid firebase android studio
问题 Hello guys in this application i use firebase as backend where i have created users with firebase auth. i want to Add the firebase Auth id in the note so i can retrive notes to that current logged in user. right now my notes gets added into database under (ToDo) however they get their own id and not the user id how can i fix this ? public class HomeActivity extends AppCompatActivity { private FirebaseAuth firebaseAuth; private Button logout; private GridLayoutManager gridLayoutManager;