I am trying to experiment with MongoDB and MongoDB Stitch for mobile applications.
I want to have user authentication and store a few details in MongoDB Atlas. Having a look at the documentations there is information about Custom User Data: https://docs.mongodb.com/stitch/users/configure-custom-user-data/ but I do not see any examples for Android/iOS.
I have also managed to make a Trigger as suggested in different threads and here: https://www.mongodb.com/blog/post/reacting-to-auth-events-using-stitch-triggers But these auth triggers get data from Google/Facebook profiles and not Email/Password.