Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Show information depending on the user logged in

Hi,

Im working on an app for inverse logistics. I want to send each route to a specific driver so every one has only one route displaying. Is it posible to do this having into account that every one of them will log with a different user?

To clarify:

if i have 3 routes (South, North and East) and three drivers (Jack, Milton and Susan).
I want
Jack app (logged in with jack's user) --> only shows south route.
Milton app (logged in with milton's user)--> only shows north route.
Susan app (logged in with susan's user)--> only shows east route.

0 1 112
1 REPLY 1

You could hard code their emails, but this is better:
Current User (Slice) | How to conform your app a... - Google Cloud Community

Top Labels in this Space