Get Auth User Token from Auth Form action

Actions & Logic

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

What have you tried so far?

authenticating via firebase admin SDK but there isnt a Sign in method on admin side, only client side.

Tried creating a Flutterflow function that logs in into firebase using email and password, but getting compilation errors.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply