How do I generate access token to use in a flutter app?
I am making an app where I will be able to login with a firebase email and password if that email matches any email in the CRM users database.
How do I generate a access token so I can fetch users?
This is what I have so far: I am attempting a post request. it is working in postman but not in code :(
