Send selected user and information to screen in another app

Hello,

I have 2 apps (Parent app and Teacher app) that share a database: users (parents and teachers), students, logs. I’ve created relationships amongst all of the collections.

The Parent app displays their students’ name and grade. The Teacher app consists of a list of all students, their names and their grades.

Upon tapping a button in the Parent app, a new log is created containing the logged in user’s students’ names and grades. A notification is also sent to the Teacher app.

I wish to populate a specific screen, in the Teacher app, with the student information from the logged in user in the Parent app that has tapped the button. How do I accomplish this?

Thank you for your help in advance.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.