Feed
Is it possible to change the default page people see when they log in through the app?
I run a yoga membership, and instead of members seeing the Feed first, Iβd like them to land directly on a specific page β in my case, the video catalogue.
Ideally, when they open the app, the video catalogue would be the first thing they see, with the Feed as a secondary option.
Is there a way to change the default landing page from the Feed to another page?
You can use Fluent Auth for that. And set redirections depending on the user role.
Eg.: subscribers go to /video-gallery/ ; customers go to /customer-portal/
Etc.
Itβs very easy to use :)