How can I get the authenticated user token in the Auth Login action in FF?
I want to get the logged in user token to secure all my other API calls. API calls are hosted in a firebase functions in a express server. The Auth Log In action doesnt provide a return object to inspect the authenticated user data. User logs in with Email only