I have a firebase authentication token that i am trying to pass to a web api controller. I am following this post here. stackoverflowpost
I have the bearer token in the $http request headers.
I took care of cors(unless I missed something). The end point in my api project is receiving the request with null headers. So I am trying to debug what is wrong but without any specific errors I am not sure where to look